web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : ooVBcvPbn0g8MJPMiFvY4/
Power Automate - Building Flows
Answered

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

Like (0) ShareShare
ReportReport
Posted on 20 Dec 2023 16:19:51 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!

I have the same question (0)
  • mvaladez Profile Picture
    112 on 20 Dec 2023 at 21:13:52
    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 Moderator on 20 Dec 2023 at 21:04:05
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 783 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 515 Moderator

#3
trice602 Profile Picture

trice602 299 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete