You should not aggregate and then re-iterate in the first place if you want to keep them in separate bundles, unless there is some reason that we are not in the know about.
For further assistance, please provide the following:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
I’m unclear about your suggestion to not aggregate, then re-iterate. The MySQL tool’s output seems to need translating. Here’s what I see as variable choices for the MySQL tool:
@samliew the suggestion you made got me thinking. It helped me simplify this piece. You were right, I didn’t need to aggregate, then re-iterate.
Here’s the solution that works that iterates through the MySQL results and sends an email for each database record retrieved. When there are no database results, the piece in gray doesn’t execute and the flow continues after.
Thanks @vendy . The community has been a good resource for me that’s helped figure out problems. I’m just trying to add to the collective in a clear way for others.