[ { "Claims": "i:0#.f|membership|russell.gove@xx.com", "DisplayName": "xyz,x", "Email": "abc@xx.com", "Picture": "https://xx.sharepoint.com/sites/GLMasterData/_layouts/15/UserPhoto.aspx?Size=L&AccountName=Russell.Gove@tronox.com", "Department": "Infrastructure Services", "JobTitle": "Sr SharePoint Architect" }, { "Claims": "i:0#.f|membership|xx.xx@xx.com", "DisplayName": "xx, xx", "Email": "abc@xxxx.com", "Picture": "https://xx.sharepoint.com/sites/GLMasterData/_layouts/15/UserPhoto.aspx?Size=L&AccountName=John.Njoroge@tronox.com", "Department": "CFO Staff", "JobTitle": "Manager Accounting Analysis" } ]
Hi,
I want send email to all the email ids present in a column whose datatype is PersonAndGroup.I tried it but i am not able to extract email from the object.My output is as follows
{"Emails":"abc@gmail.com"};{"Emails":"xyz@gmail.com"}.Due to which i amnot able to send emails.Any help would be appreciated.
Thanks in Advance
Solved! Go to Solution.
Hi @DipinR ,
You could refer to the following screenshot to configure the flow:
Feel free to let us know if you have any questions about this method.
Best Regards,
Hello @DipinR ,
From the Email output which you have shared says that the Person or Group column which you are using allows Multiple
selection of users.
Refer below article which explains a step by step implementation to send an email to multi-user Person or Group column .
https://sharepointmadeeasy.blogspot.com/2018/02/microsoft-flow-send-mail-to-multiple.html
This will surely help you to achieve your requirement.
If this answered your question, please mark this question as answered and if you liked my response, please consider giving it a thumbs up .
Thank You !!!
Hi @DipinR ,
You could refer to the following screenshot to configure the flow:
Feel free to let us know if you have any questions about this method.
Best Regards,