• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Is there a Delay function for "Send all Data" from Google Sheets?

fisto

Member
I am trying to send historical data from Google Sheets to be processed, via the Send All Data function of the Pabbly Google Sheets app.

However when I execute it, the other connected APIs give me an error because I send too many API requests at once. Is there a way to delay between each API request?
 

ArshilAhmad

Moderator
Staff member
Hey @fisto,

The use case you are describing is possible; you just need to make modifications to your workflow.
  1. Change your trigger step from Google Sheets to Schedule by Pabbly.
  2. Add "Google Sheets: Get Row(s)" as your action event to capture all data at once.
  3. Add an Iterator to your workflow to process all data in your Google Sheets one row at a time.
  4. Add a Delay to your workflow, specifying the duration as needed.
  5. Add your API as the action step to send data.
1683738500628.png


Attaching a video for your reference:
 
Top