Search results

  1. Fagun Shah

    how to make loop on pagination json request

    @khaled_Social I would I like to help you if you want, PM me here(no charges) - https://www.facebook.com/fagun.shah.7/
  2. Fagun Shah

    I want to send Message to everyone in my google sheet.

    I think I have created something similar before, there will be total of 2 workflow to achieve this. In first workflow you get all the numbers/rows using Get Rows action of google sheet. Then use iterator to separate each row and go through them one-by-one. Then use counter and API to send data...
  3. Fagun Shah

    I want to send Message to everyone in my google sheet.

    Are all the numbers in a single column?
  4. Fagun Shah

    Google Sheets Pabbly Webhooks

    Hi @david , you can not decide the exact time of when 1 hour starts, it does not start exactly from first data arrived in the sheet. It is totally random. But when ever the one hour schedule will run it will send all new data added to Gsheet to Pabbly one by one. Let's say for example next 1...
  5. Fagun Shah

    Delay Module send WhatsApp between 8am and 8pm

    For 2nd usecase check this answer where I replied for almost similar usecase - https://forum.pabbly.com/threads/schedule-by-pabbly-for-every-saturday-at-a-specific-time.508/#post-2158 For 1st usecase tagging @Pabbly
  6. Fagun Shah

    Loop over multiple results

    Try turning off simple response toggle. It is above Save and Send Test Request Button. Once you turn off that click on Save and Send Test Request button again.
  7. Fagun Shah

    Loop over multiple results

    Iterator module will help here -
  8. Fagun Shah

    Gsheets 'Send On Event' Not Working

    It is just how it works I think, don't know technical details of it. So tagging @Pabbly to help you here. And I think it is not possible to change interval time to 30 min.
  9. Fagun Shah

    Gsheets 'Send On Event' Not Working

    Yes, if data is added to google sheet using third party automation softare/API checkmark both Send On Schedule and Send on Event. And google sheet will send all new rows to pabbly connect every one hour.
  10. Fagun Shah

    Gsheets 'Send On Event' Not Working

    If new rows are added other than Google Form or manually then you need to select send on schedule also, and it will send all new rows only once per hour. So try keeping Send on Schedule check marked and check if all new rows gets trigger in next 1 hour or not.
  11. Fagun Shah

    #featurerequest Gmail as a trigger

    Upvote here on feature request section - https://pabbly.hellonext.co/b/Update-Existing-Application/p/gmail-triggers
  12. Fagun Shah

    {{skip}} Not Working

    Use Append Row instead of Add New Row bcoz Add New Row action removes formulas or anything that is in the same row, but Append Row keeps it.
  13. Fagun Shah

    why delay by pabbly not working with iterator

    Yes it should work that way. Also another thing you can do is this, Instead of placing a delay module after iteratir, create a new workflow with webhook as a trigger and place delay module there. You can send data from workflow 1 to workflow 2's webhook using API module inside pabbly connect.
  14. Fagun Shah

    How to pass Default Value in case of Blank response from Trigger app?

    Sometime users leaves blank fields in trigger apps and that field is required/nonempty in action app. In this can you can setup default value like this for required fields in pabbly connect -
  15. Fagun Shah

    Deleting / Finalizing Orders in Woocommerce

    For 2nd use case I think you can use "Order Updated" trigger of woocommerce in pabbly connect. That way when you change status of order to cancelled it will send that order data to pabbly connect and then lookup row in Gsheet using order id and delete the row or update the row as per your...
  16. Fagun Shah

    Google Column updated not triggering webhook

    How are you adding data to google sheet? If you are adding data to google sheet using other than Google Forms or manual typing , it has 1 hour limitation. Basically google sheet will send all new rows added to pabbly every one hour if data is not added using GForm or manually. You can PM me...
  17. Fagun Shah

    How do we check (filter) if a field is empty or not?

    I think this can be achieved in multiple ways, try the simplest first. Select filter Does Not Equal to and leave Value field empty and try -
  18. Fagun Shah

    Date Mistake (Elementor form to Google Sheets)

    Try defining date format of column in Gsheet -
  19. Fagun Shah

    Google Sheets Column Limit with Pabbly Connect

    Pabbly Connect has liit of 52 columns for "Add New Row" action of Google Sheet. Try using "Append Row" action of the google sheet, I tried till DB column and it worked fine.
Top