But what about the other batches?
Say I have an array of 500 objects (500 rows). I will split the 500 objects into batches of 20 objects and send them to Clay for enrichment, wait for 1 second, then trigger the other 20 rows batch. I assume I'll be receiving a webhook call with the enriched data for every batch separately. So that will be 25-50 minutes total delay if I want to ensure that the data I'll pull from the Google sheet is completely enriched with all of my sent leads (The entire 500 objects)
How will I determine the wait time in this case? Or would you suggest a different approach?