My custom query is a 'select *' statement from a table. All rows in the query need to be sent an email. There is an email address in each row.
There are only 5 rows in my test table (the production run will be more than 5).
When executing the workflow, I receive 5 emails that are all only the first row, vs. 5 unique emails.
I originally had conditions, but to troubleshoot, have now simplified the workflow to the following and still receive 5 emails. The other 4 emails should go to 4 other individuals. I do have myself bcc'd in the actual email, but as I said, I am receiving 5 of the exact same email.
.