Announcements
I have a choice field in my list
Radar@mash.abc
Hawkeye@mash.abc
Trapper@mash.abc
Charles@mash.abc
The goal is for my user to select a name from the choice field (titled Lead) to use in the Assigned To field. But I also want to have a second name added. The second name won't change. I'm using it sort of like a CC in case the selected name is out of office. So the assigned to field would be something like
Haweye@mash.abc ; Henry@mash.abc When I type it in I don't see that it is working
Add a compose statement just before the approval. in the compose statement concatenate the Lead Email, '; ', and the static email as a string. Then use the output of the compose in the assigned to. When you type emails or names directly into the assigned to it tries to look them up using a people picker, so its getting confused between the dynamic content and the typed input. Converting it all to a dynamic content string will alleviate that problem.
Thank you for the fast reply.
I need a tiny bit of help with the concat writing... I have this and it fails
It does indeed depend on what Lead looks like but it should be something more like this.
concat(triggerBody()?['Lead']?['Email'],'; ','John.Doe@123.456')
That was the push I needed. Looks like this is working
concat(triggerBody()?['Lead']?['Value'],'; ','John.Doe@123.456')
Thank you very much!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 247 Super User 2026 Season 2
11manish 164 Super User 2026 Season 2
trice602 138 Super User 2026 Season 2