Search results

  1. Fagun Shah

    Unexpected result with Spreadsheet Formula

    Add double quotes " "around your phone number.
  2. Fagun Shah

    Error code 400 with Google Calendar

    Your Date format is incorrect. Use Date-Time formatted before google calendar step to change the format.
  3. Fagun Shah

    How to Connect 1 Google Sheet To Different Apps

    You can add the FB Conversion action in the first workflow itself, no need to create 2nd workflow for that. Pabbly supports multi-action steps workflows. So instead of creating a new workflow with sheet as a trigger, just add FB Conversions action step after the Active Campaign action step in...
  4. Fagun Shah

    Flowlu: Create CRM Account (Contact) and Flowlu: Create CRM Account (Organization) Not Working

    Until @Supreme checks your workflow, check this video - https://www.berrycast.com/conversations/8ab27de7-1033-532a-837d-5ab6d1985cc3
  5. Fagun Shah

    Flowlu: Create CRM Account (Contact) and Flowlu: Create CRM Account (Organization) Not Working

    Response seems correct, and that is not controlled by Pabbly Connect. It is just showing you what flowlu API call returned as a response. Check this video's flowlu part for more better understanding -
  6. Fagun Shah

    Google Sheets webhook -> Xero

    Any data added by third party api(not by google forms or manually) will send data to pabbly connect webhook only once per hour. Also you need to check mark both Send on Event & Send on Schedule events in Pabbly Google Sheet Addon setup...
  7. Fagun Shah

    How to use Multiple Conditions -

    Yes, you need to duplicate Find and Create a Deal router part. You can clone the routers, so I would recommend setting up 1 st router with al the necessary steps and then clone it. So you only need to change few step in 2nd router and remap somethings.
  8. Fagun Shah

    WebinarKit

    Webinarkit has no API available to integrate with. So not possible.
  9. Fagun Shah

    Reseller

    Signup here to become pabblt affilaite - https://www.pabbly.com/affiliates/ There is no reseller program by pabbly.
  10. Fagun Shah

    Import CSV Into Pabbly?

    Youn need to pass CSV data as JSON Array to pabbly webhook. OR If you can use google sheet use Get Rows action of Google sheet in pabbly to pick rows required in JSON array format by turning off simple response.
  11. Fagun Shah

    How to send webhook verification response

    Tagging @Pabbly @Supreme to look into this.
  12. Fagun Shah

    How to send webhook verification response

    Try this with JSON you want to send back as response -
  13. Fagun Shah

    Webhook received while workflow still running

    New data start it's own branch of the workflow.
  14. Fagun Shah

    How to retrieve gmail attachment and it in google drive

    Setup gmail auto forwarder to forward specific email to pabbly email parser automatically and then you can save attachment from there to drive using drive action called Upload File. But keep in mind that Pabbly Email Parser attachment size limit is 1 mb.
  15. Fagun Shah

    How do I use variables in Pabbly Connect

    Not possible, use google sheet to store data of workflow Z, and use it in workflow A,B,C. There is not free task to acheive this.
  16. Fagun Shah

    How do I use variables in Pabbly Connect

    Okay, I think we have some confusion here. 1. The way I showed can only be used if the value of of the static variable stays the SAME through whole workflow. 2. You can send data to another work using Data Forwarder: Forward Custom Data or API Action as told by @Naveen , but you can not...
Top