Below is my current flow of doing a sql query that returns records. I then have a condition to generate an email based upon the value of a particular field. My question is how would I get this flow to go to the next record so after sending the email, I can return to the "Branch" and process the next record.
Then what "condition" would I add to the Branch so when it is out of records so I can then have the process end.
Right now it is sending an email based upon the first record from the query and then ending.
Thank you.
