Hello everyone
I am trying to set up a flow that sends an email to various team members when an item is created.
I could make it work if I wanted to send only one email to several members, but I am having issues doing the same in a parallel flow. Set up can be found down below.
My issue now is the following:
In the first branch, I have the following concat to get the emails of the users: concat(item()['TeamMembers'],';')
In the second branch, I use the same expression, but with another array: concat(item()?'ContactPersons'],';')
Solved! Go to Solution.
Hi @GR ,
Please check if the TeamMembers column and the ContactPersons column are with same type? What is the type of the ContactPersons column? Is it Person type?
If the ContactPersons column is a Person type column , please choose the ContactPersons Email dynamic content in the Select2.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @GR
Compare the select expressions for both your branches
are you using the same dynamic context for the select action Map option
Hi @GR ,
Please check if the TeamMembers column and the ContactPersons column are with same type? What is the type of the ContactPersons column? Is it Person type?
If the ContactPersons column is a Person type column , please choose the ContactPersons Email dynamic content in the Select2.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks a lot! Classic issue...even though I checked it multiple times.... 😉
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
47 | |
36 | |
35 | |
24 | |
24 |