Holy cow, haha! Two things:
- In the first picture, decide if the action is “Do Nothing” or “Send Email.” If it’s “Send Email,” create a separate loop for those items. Once the loop finishes, it should switch to “Do Nothing.” For items marked as “Do Nothing,” they should remain untouched—just create a “Do Nothing” node for each loop as needed.
- If you’re aiming to send one single email once everything is done, I’d suggest using a node to call another workflow. In this new workflow, you can handle sending the single email. It’s similar to the principles of “microservices”—let’s call it that, its easier that way, and more scalable