Hello,
I've created a form/automation when people call in or leave early for the day. This information is passed on to certain individuals in upper management. It's annoying when have to go back through the automation to update emails or remove old users. I thought there was a way to achieve the same effect, but using a SharePoint list of users to be notified. Any direction is greatly appreciated.
Thanks!
Thank you for that! What if some of the users are external?
The below flow should give you the details on how to retrieve users from a list and their emails to send an email.
For this example, I have the following list that has three users.
See full flow below. I'll go into each of the actions.
Get items retrieves the users from the list.
Select extracts out the Emails for each user.
Send an email uses the following expression to remove any duplicate emails and join each email with a semi-colon.
join(union(body('Select'), body('Select')), ';')
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