Forum Discussion

andrew_bryant's avatar
andrew_bryant
Copper Contributor
May 22, 2019
Solved

Using @ symbol in logic app with dynamic content

When a alert query uses the AccountcustomEntity mapping, when the case is created the users UPN is broken up into Account Name and UPN suffix, which can be obtained from the case with a logic app step to be used as dynamic content.

 

The code to use UPN suffix as a dynamic step is @{items('For_each')?['UPNSuffix']}.  When I try to generate an email that includes in the body (Account Name)@(UPN suffic), the @ symbol that precedes @{items('For_each')?['UPNSuffix']} causes problems.

 

Has anyone else run into this?

 

Thanks,

 

Andrew

4 Replies

Resources