• 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

    How to add email to Contact in Flowlu

    You can use another action after Creating Contact. Add Email to Contact - Add an email to an existing contact. Flowlu Integration List with Pabbly Connect - https://www.pabbly.com/connect/integrations/flowlu/
  2. Fagun Shah

    Trigger from Google Sheet

    Now, I want to pass that results into the Google sheets - Use "Update Row" action of Google Sheet in Pabbly Connect where you can avoid updating cells/columns you do not want to make any changes. So you can keep your ASIN codes as itis and update column C to F for that particular ASIN.
  3. Fagun Shah

    How to Add Iterated values into one Cell in Sheet

    @Kenny posting images here to for easy findings in future, Workflow URL- https://connect.pabbly.com/workflow/share/WhJZawRfVTFfFVIWBkUFIlxPVWJXCwkzUkIBCARhVhA#
  4. Fagun Shah

    Need to understand if such complex workflow can be handled using pabbly.

    Can you share the full screenshot of your workflow?
  5. Fagun Shah

    Google sheets to social media post on certain date

    1. It can be done. You need to use this formula in another sheet and fetch value from there - =COUNTA('SheetName'!A:A) 2. I need more time to understand it. 3. Yes, it can be combined. 4. Not sure If I can do this. 5. Not possible for now.
  6. Fagun Shah

    Help

    Yes, you can do that. You can use a scheduler or delay module (as per your requirement) to achieve this.
  7. Fagun Shah

    Help

    Pabbly don't have triggers for Webinarjam yet, BUT if you register people in webinarjam from pabbly connect then for each registration you will get their unique URL to accessthe webinar. Which you can add to google sheet after that.
  8. Fagun Shah

    Help

    Which webinar platform you are using?
  9. Fagun Shah

    Is there a way to group/batch the tasks so that I save on my task allowance?

    May be use Scheduler in pabbly connect to run the workflow once a day and get all the updates via API.
  10. Fagun Shah

    Need to understand if such complex workflow can be handled using pabbly.

    Yes, it should be possible. You can capture data from the using pabbly webhook(trigger) Then pass some of that data to your API using API module of pabbly connect. Then to go through array of all your values use iterator and for comparison use filter. Then to update a particular cell value...
  11. Fagun Shah

    Flowlu Create Task isn't working

    Submit screenshot of the partial error you are getting while Save and Send Test Request or from the task history(screenshot of data in and data out step).
  12. Fagun Shah

    How to show the index of 1,2,3,n for my items

    I know that it is resetting now for each time value goes through iterator. Currently counter is considering iterator as whole workflow, but it should not. Here is the scenario, Imagine you get a woo commerce order with 3 products in it. If current scenario works properly then counter...
  13. Fagun Shah

    How to show the index of 1,2,3,n for my items

    Hello @Naveen ji, Any updates regarding this?
  14. Fagun Shah

    How to show the index of 1,2,3,n for my items

    Now there is another issue, It does not increment the value if counter is set to Reset after each workflow execution. What it should do is this, If counter is after iterator then its value should increase until all the interator values have gone through. Like if thare 3 products in...
  15. Fagun Shah

    Workflow not starting by itself

    1. Did you turn on the workflow after setting it up? 2. FB lead Ads is a polling base integration, so it can take upto 5-10 min to actually get your lead data after form submission. 3. You can do testing using this tool - https://developers.facebook.com/tools/lead-ads-testing (by submitting...
  16. Fagun Shah

    The Fallback after Filter

    You can setup a router for condition "no condition met" . For example, if I am looking for value inside a google sheet row and I want that, if row found then send row details via email Here I will set router condition row id -> Does Exist Next I want, if no rows found then email client no...
  17. Fagun Shah

    How to show the index of 1,2,3,n for my items

    +1 For this. I tried same thing in woocommerce multi-product order and it looks like a counter value freeze if it is after iterator and does not increase its value by how many times iterator go through.
  18. Fagun Shah

    Google sheets to social media post on certain date

    @sourav04 Check this, it might help you what you want to achieve Part 1- https://www.loom.com/share/39263928660546f586df5009f8c92406 Part 2- https://www.loom.com/share/f1bfc4da3c684d4d930adbb7bb8b9739 Copy My Workflow From Here-...
  19. Fagun Shah

    Getting Same Row Twice in Google Sheet Lookup Rows

    Double Digit like 80 works fine. But single digit like 2 or 3 are still have issue of returning the same row details twice.
Top