Skip to main content

Notifications

Community site session details

Community site session details

Session Id : ZIX7gEpvcVOl9CqrXvURxc
Power Automate - General Discussion
Unanswered

Email Sent to Multiple Assignees in List

Like (1) ShareShare
ReportReport
Posted on 12 Jan 2024 20:30:06 by 104

Hi,

 

I created a flow to send an email to the assignee in the list based off the due date assigned to the item in the list. However, I wanted to send the email to multiple assignees. Once I updated my list settings to allow for multiple assignees, the flow does not work. I get the below error message. It doesnt event work for 1 person now.

 

martzj_0-1705091366180.png

 

My flow is below

 

martzj_1-1705091398167.png

 

  • sandeepstw Profile Picture
    302 Super User 2025 Season 1 on 16 Jan 2024 at 04:06:40
    Re: Email Sent to Multiple Assignees in List

    I can't see error. 

  • martzj Profile Picture
    104 on 15 Jan 2024 at 13:22:46
    Re: Email Sent to Multiple Assignees in List

    Hi,

     

    @sandeepstw 

     

    I get this error:

     

    martzj_0-1705324926645.pngmartzj_1-1705324955772.png

     

  • sandeepstw Profile Picture
    302 Super User 2025 Season 1 on 13 Jan 2024 at 16:05:23
    Re: Email Sent to Multiple Assignees in List

    Hi @martzj ,

    Since your list now allows multiple assignees, ‘Assignee’ fields is likely returning an array of users rather than a single user. Update the 'To' field in the 'Send an email' action to handle multiple email addresses. Use an expression to concatenate email addresses from the assignees array. You can use expression to get email addresses -

    join(body('Get_item')?['Assignees'], ';')

    In apply each loop.

     

     

    Please give kudos and mark as solution if it helps.  

      

    Thanks, 

    Sandeep Mishra 

     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - General Discussion

#1
rpersad Profile Picture

rpersad 16

#2
David_MA Profile Picture

David_MA 10 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 8 Super User 2025 Season 1

Overall leaderboard
Loading started