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

Well-known member
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