Iteration through Google Sheet bungles

Hey, I’m trying to find ways to iterate through each bundle that Google Sheets (Search Rows) produces and send it to GPT for processing. ChatGPT uses 3 unique data points to produce an output. But for some reason, it only does so for the first bundle. See the screenshot below.

I have tried adding an iterator in between, but it didn’t seem to help.

Thanks

Ensure that the iterator is correctly set up to loop through each bundle.

Click on the googlesheet module and send the screenshot

Here is the Google Sheets output and the Iterator settings I used. Thanks!


Here’s my full automation at the moment.

It iterates by default and goes to send 5 individual emails. But I want 1 email with aggregated information received after iterating through 5 bundles.

I’ve been breaking my brain for a few hours with this. LOL HeLp.

I guess I will just store the output data in a single file (in above scenario) and email the content from that doc in a separate Scenario. No point in struggling so much.