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.
My flow is below
I can't see error.
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
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1