I have an excel sheet where each row can contain unique data but the recipient could be the same for multiple rows.
I am trying to create a flow that will loop through each row to create a list and then send this as one email per email address in Column J.
I have managed to create the following which does create a list of all entries grouped by email, clears the list and then repeats for the next email address however i don't know how to have the flow sent the list to the 1st email before wiping and starting the process again for the 2nd email address, any help appreciated and i'm new to POW AUTO DESKTOP so detailed help would be appreciated.
You're welcome; let me know if you have any questions on it!
I do this same exact thing for a few bots.
You first need to create a list of emails out of your Excel data and remove duplicates, something like this:
Then loop through this list, and then your loop within this loop will look for rows with matches on the email
Here's mine, where it loops through the list of emails, and in my case, instead of adding each to a list, I'm building out an HTML table in a variable. And then not pictured, but at the end of the "For each email" loop, is a Send Email action.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1