Could anyone explain to me why my Zap appears to be processing items out of sequence when looping? I’m feeding the Looping action an array of data in a specific order, each item then looks-up an Airtable record and creates a new row on a Google Sheet using that info.
The array of items are being received in chronological order according to the ```date``` attribute, but are getting created out of order in the spreadsheet.
Attached screenshots showing the loop iterations and the output in the spreadsheet.