Hi together,
I have a Sharepoint List with two person columns: 1) User 2) Responsible.
In the list are multiple records with lots of users. Each user has a responsible person. The responsible person can have multiple users. So as an example it could look like this:
| Users |
Responsible |
| Mark |
Thomas |
| Jeff |
Joe |
| Donald |
Thomas |
| Jose |
Thomas |
| Jenifer |
Joe |
So in this example Mark, Donald and Jose are under the responsibility of Thomas.
For my Flow I want to send a single email to Thomas and Joe with a list of the users they are responsible of.
I tried many methods, especially the ones that are out there in the internet, but none of them worked. I would really appreciate any help!