I have a choice field in my list
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
That was the push I needed. Looks like this is working
concat(triggerBody()?['Lead']?['Value'],'; ','John.Doe@123.456')
Thank you very much!
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')
Thank you for the fast reply.
I need a tiny bit of help with the concat writing... I have this and it fails
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.
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional