Loop over items from multiple google sheets [Looping issue]

As n8n process items sequentially, you can just treat each item in the same flow without adding another loop, so each row will be treated in order of the sheet :
You can test it :slight_smile: :

If you really want to do a loop, the way I would see would be to call a subworkflow that will loop through your items.

3 Likes