I went down the rabbit hole (again) to try and figure out how to correctly update rows on a google sheet in the correct sequence …. this post exactly describes my issue:
Here’s my specific problem...
- My users upload a spreadsheets (50-250 rows) to a Google Form.
- I convert the CSV file to a Google Sheet
- I use Zapier looping to update each spreadsheet row
- I have a filter near the bottom of the loop that checks to see “if last interation = true”
- When it’s true, I want to perform further actions, but I can’t guarantee that it will fire last unless I put some big delay action after the filter and “hope” all the other steps are complete.
Am I missing something? Is there a solution to this yet?