Search results

  1. Fagun Shah

    Run a 2nd workflow, after the 1st is complete.

    You can send data from one workflow to another using API module in pabbly. Just use 2nd Workflow's webhook trigger URL as Endpoint URL in API module of 1st workflow. Now there are two places where you can setup this API module depending on your usecase : 1. Before iterator where you just pass...
  2. Fagun Shah

    Google Sheets to Encharge

    When data is added to Gsheet usingthird party API(non-google APIs) there is a 1-Hour delay in sending data to Pabbly Connect from Gsheet. It is a random 1-hour delay and you cannot change its time. Every one hour it will send all new rows to pabbly connect. Also make sure to have checkmarked...
  3. Fagun Shah

    Action after a router??

    Here is an example - https://prnt.sc/188iyrh
  4. Fagun Shah

    How can I sign a GDoc? (Paperform > Pabbly > GDocs)

    Yes rest of the values can also be inserted, but in a different action step. All images will be added in a single step and all the other values(text) will he added in another single step
  5. Fagun Shah

    Pass HTML data as a variable

    @Pabbly +1 for this, there is not need to render HTML in fields inside Pabbly Connect. Because of this we are not able to edit it afterwards and we need to write whole HTML from scratch.
  6. Fagun Shah

    How can I sign a GDoc? (Paperform > Pabbly > GDocs)

    Currently Pabbly Connect does not support adding images in Google Docs Template. They just added this feature to google slides. May be check that out if it is suitable for you - https://www.loom.com/share/ee28c254a9b44dcba3d0dfdfef9490fb?sharedAppSource=personal_library
  7. Fagun Shah

    Action after a router??

    Yes, Router is always the Last Node and you can't add any step after that. But there options for you to achieve what you want, 1. If it is a single condition use Filter instead of Router which will allow you to add steps after filter. 2. In Router all the Routes with TRUE condition will get...
  8. Fagun Shah

    Post webhook

    Use API module -> POST to send data to webhooks.
  9. Fagun Shah

    Pabbly connect - Google Sheets Find Row Update if exist or insert

    You need to Use Lookup Row action after Webhook Capture step. If that returns row index then it means that row already exists so you just need to update it. If it does not return row index it means you need to use Add New Row action. Above thing can be achieved by use of router. Copy my...
  10. Fagun Shah

    FB Group New Posts Triggers for New Commnets Also

    This instruction was not there before. And no I am not owner of the group.
  11. Fagun Shah

    iTERATOR NOT CONVERTING DATA WHICH IS REQUIRED IN JSON FORMAT

    No need to use JSON extractor anymore, you can use/map values from Iterator results directly now. Watch video after JSON step, your iterator output should work similarly as JSON Extractor action step output from video.
  12. Fagun Shah

    Counting the Task

    I think there 3 type of Internal(two of them are not always internal) actions counted as 1 task used. 1. Delay - Delay module cost you1 task because pabbly server needs to hold your tasks on their server. And pabbly team is very open about it in FB group also, that it will cost 1 task. 2. Data...
  13. Fagun Shah

    Facebook Lead - shows Platform as FB - How do we get the Full Form?

    You did not close the bracket ) after 'Facebook'
  14. Fagun Shah

    Facebook Lead - shows Platform as FB - How do we get the Full Form?

    Place it as the second step, the step after you get a lead from FB Lead Ad. And Yes I am sure about using single quote and not double quote. If you face problem after setting this up share a full screenshot of the workflow here.
  15. Fagun Shah

    Fetching details from Instamojo

    I use woo-commerce, so if payment is successful using instamojo payment gateway it marks order as processing. So then I setup webhook at woo-commerce level to send cline details to pabbly. I think you do something similar, like when order payment is successful on your website send data to...
  16. Fagun Shah

    Fetching details from Instamojo

    Is your website is wordpress and are you using woo-commerce?
  17. Fagun Shah

    Search keyword returns several hits

    Please share your working solution so others can also benefit.
  18. Fagun Shah

    2 Errors to Highlevel

    If you're adding new row manually then it should work, if possible let's connect on FB chat to check this - https://www.facebook.com/fagun.shah.7/
Top