I’ve got a workflow to fill out a table with results from a Webhook GET request. This is straight forward enough. Most of the requests result in 50-100 records that get added to my table. So when my zap makes the API call the subsequent tasks run for each of the 50-100 records received. What I’d like to add is the ability for me to be notified when the final record is done being processed. Since Zapier Webhooks runs the subsequent tasks for each record, I don’t see a way to filter a final task based on whether or not it is the final record being run.
Any ideas for Zapier to know how many records are in the API response and which record is the final one?