Iterating rows in Google Sheets and sending mails with specific data

Hello,
i have a scenario and do not yet understand how to generally iterate with data.

I have a Google sheet and there are 2 rows.
Each row is a customer and I want to send a mail with specific data for each customer, e.g. tracking number and order number.

Which module and logic do I have to use to make a loop until all customers have a mail.
Here are the screenshots


Thank you

you need an iterator module after the sheets. In the Iterator settings, select the results array from the Google Sheet response. It’s usually something like “results” or “data.results”

2 Likes

yeah it was total number of bundles. Thank you

1 Like