Hello,
I have managed to retrieve the content of a SP list, which looks something like this:
ID | Customer Name | Assigned person
1 | Customer 1 | Bob
2 | Customer 2| Bob
3 | Customer 3 | Jack
4 | Customer 4 | Jack
What I would like to do is send a single email (every two week for example) to each "Assigned person" with the list of all the opportunities assigned to him. Eg.:
Bob will receive an email with the information regarind Customer 1 & Customer 2.
Jack will receive an email with the information regarding Customer 3 & 4.
I have tried the following flow:
Recurrence > Get Items > Create HTML Table > Send Email
This works fine, but I'd like to send only the relevant information to the right people in "Assigned person".
Any thoughts?