Forum Discussion
MadhusudanShettyMS
Mar 16, 2020Copper Contributor
Send an email through Flow
Hi Team How can I send an email to multiple users at a time from Flow? Ex: If Assigned to field has 2 users then flow should send email to both of them in a single email as TO recipients. ...
Sudharsan K
Mar 16, 2020Iron Contributor
Hi,
You can refer the below discussion in the Power Automate community. The flow explain in the below link will get the items and for each item, it will get all the 'Assigned To', generate a variable with ';' separated and send one email will all the assigned to and the item details.
https://powerusers.microsoft.com/t5/Building-Flows/MS-Flow-send-email-from-multi-select-people-picker-list/m-p/486435#M59847
You can refer the below discussion in the Power Automate community. The flow explain in the below link will get the items and for each item, it will get all the 'Assigned To', generate a variable with ';' separated and send one email will all the assigned to and the item details.
https://powerusers.microsoft.com/t5/Building-Flows/MS-Flow-send-email-from-multi-select-people-picker-list/m-p/486435#M59847
MadhusudanShettyMS
Mar 16, 2020Copper Contributor