Forum Discussion
Daniel Reis
Sep 06, 2022Copper Contributor
Adding Dynamic Content to an email (Send email with options) from a "Person or Group" list option
Hi there, I have an app that presents the "person or group" list field for the user to enter. This field can have multiple choices. When I try to add this Dynamic Content to an email, it will wrap ...
kalpeshvaghela
Sep 06, 2022Iron Contributor
That is the default behavior of Power Automate when you use multi allow column values it will add for each loop. First you should collect all the user name and store it to one of variable.
Your flow should look like as below
Below is the output of the email
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community
Daniel Reis
Sep 06, 2022Copper Contributor
Will try and update shortly.