I want to create a weekly email that analyze multiple marketing ads that are running.
This is my current setup.
I have a google sheets with multiple rows that contains: Company name, meta ad_id and receivers
Now everything from the top flow works but when the flow goes to the bottom part it triggers an error at the send email.
**Paired item data for item from node ‘Code3’ is unavailable. Ensure ‘Code3’ is providing the required output. (item 0)
Settings for email:** Sent to: {{ $(‘Get row(s) in sheet’).item.json.Receivers }}
For my initial testing I created 3 rows. 2 items goes to the top flow and 1 item to the bottom flow.
So the weird thing is why does he find the correct receivers for the top 2 items but not for the bottom one?
