Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Form sends an email, but want to use a list instead

(0) ShareShare
ReportReport
Posted on by 112

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!

  • mvaladez Profile Picture
    112 on at
    Re: Form sends an email, but want to use a list instead

    Thank you for that! What if some of the users are external?

  • Verified answer
    grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Form sends an email, but want to use a list instead

    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.

    grantjenkins_0-1703106031643.png

     

    See full flow below. I'll go into each of the actions.

    grantjenkins_1-1703106042137.png

     

    Get items retrieves the users from the list.

    grantjenkins_2-1703106066327.png

     

    Select extracts out the Emails for each user.

    grantjenkins_3-1703106109703.png

     

    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')), ';')

    grantjenkins_4-1703106206954.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1