We have a SharePoint List with a column VolunteerManager - here is a view of the list Grouped By that field:
The list consists of Volunteers and each VolunteerManager can have several Volunteers
The fields are:
We need to send an email to each of the Volunteer Managers with a table of the Volunteers that they are responsible for...
So we need to perform a GROUP BY then loop through and send the email containing the names and contact of the Volunteers...
In SQL this would be simple, in MS Excel this would be done with a PIVOT table...
How can I do that in my Flow