Hi all,
I've a question about how to create a flow that check all the items in a flow and send an e-mail to all the companies that are stored in the list.
For your information, I've a flow with multiple customers inside. For some customers, there are multiple line items, I need to merge the information into one e-mail. Every customer has an identical relation number, so that's a matching point in the list that can be used.
The list is created as follow:

Now I need to send every customer ONE (1) e-mail about the changes. Because it's possible that a customer have multiple line items, it's required that every customer get one e-mail with all the list items that's matched with his relation number.
Example e-mail:
Dear relation,
Whe will let you know that your pickup day(s) will be changed:
Your current pickup day for Contract A Monday will be changed to Saterday.
Your current pickup day for Contract B will be changed to Friday.
Etc.
How can I achieve this?
(The trigger is when I push a button).
Thanks in advance.