Question

How do I set up Zapier to run Zaps in batches of 50 every 5 minutes from a Google Sheet?

  • 19 March 2024
  • 1 reply
  • 23 views

Hello, I want to run zaps in batchs of 50 every 5 min; Have a full list on gSheets with prompts for GPTs and they cannot be sent all at the same time due to TPM limitations; I would like to know how to set up Zapier so keeps working sending zaps in intervals until reaching the end of the list.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @r.s 

Try these Zap steps:

  1. Trigger: Schedule
  2. Action: GSheets - Lookup Rows
    1. Set a Row Count
    2. You’ll need each row to have a column with a common value to use as the lookup value (e.g. USED = FALSE)
  3. Action: Looping - Create Loop from Line Items
  4. Action: AI
  5. Action: GSheets - Update Row
    1. Make sure to change the lookup column value (e.g. USED = TRUE)