• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

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