• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  1. Fagun Shah

    Getting HTML Tag in LinkedIn Post

    After adding /n are you giving Enter for new line?
  2. Fagun Shah

    Hi, i am having a problem about webhook response.

    @GM24 @Jack Yeo I would like you help you over a quick zoom call. You can PM me here - https://www.facebook.com/fagun.shah.7/ It is a free call...no charges..just helping you
  3. Fagun Shah

    Botbaba to Google Sheet and 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 check-marked...
  4. Fagun Shah

    Does Pabbly Connect have a Sertifier<->Pabbly<->Zenler integration?

    You want Sertifier as a trigger or zenler as a trigger? Here are the links for the both with all available triggers and action - Sertifier - https://www.pabbly.com/connect/integrations/sertifier/ Zenler - https://www.pabbly.com/connect/integrations/zenler/
  5. Fagun Shah

    Workflow Re-engagement

    Use Api modulw POST for that. Feel free to message me on facebook. Link - https://www.facebook.com/fagun.shah.7/
  6. Fagun Shah

    Workflow Re-engagement

    In workflow 1 when you send payment link to client You can enter the client detail to gsheet and set status to pending. Also send the client data to webhook of another workflow in pabbly connect. Where 2nd step will he delay of yiur choice and then lookup in the same gsheet with client email...
  7. 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...
  8. 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...
  9. Fagun Shah

    Action after a router??

    Here is an example - https://prnt.sc/188iyrh
  10. 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
  11. 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.
  12. 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
  13. 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...
  14. Fagun Shah

    Post webhook

    Use API module -> POST to send data to webhooks.
  15. 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...
  16. 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.
  17. 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.
  18. 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...
  19. Fagun Shah

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

    You did not close the bracket ) after 'Facebook'
Top