Search results

  1. 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.
  2. Fagun Shah

    Help

    Which webinar platform you are using?
  3. 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.
  4. 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...
  5. 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).
  6. 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...
  7. Fagun Shah

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

    Hello @Naveen ji, Any updates regarding this?
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. 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-...
  13. 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.
  14. Fagun Shah

    Extract by Regex First or Iterate first?

    Can you copy-paste the Text field's value you're mapping here?
  15. Fagun Shah

    Extract by Regex First or Iterate first?

    I think @Pabbly will be more helpful here if they have workflow access.
  16. Fagun Shah

    Getting Same Row Twice in Google Sheet Lookup Rows

    Video for the issue - https://www.loom.com/share/97673c6e77154223a3c497a3bbbb5fb6
Top