Hi, This question is related to the post => https://powerusers.microsoft.com/t5/Building-Flows/How-can-I-send-one-email-to-users-in-a-multi-user-column-in/m-p/1709706#M189637
I want to send users an email in a multi-user column (in an item) upon creation of the list item. Their AD managers should also be copied into the email in the CC box.
The flow I built to acheive this contains a "apply to each" with user's name (which I gather from the list), I use it to get their AD Manager; I then append manager's email to an array, and email addresses are joined by a semi-colon.
I do similar with the user's email address where I gather their email address from then list item, then add to an array, seperated with a semi-column.
Prety sure there's an issue with the way I've constructed this under "apply to each" action, can you help? I've attached a screenshot that shows the relevant sections in the flow.
