Forum Discussion
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
Hi,
I would recommend that you either initialize a variable at the start, then set that variable, or perhaps use a function concat
4 Replies
- Valon_KolicaFormer Employee
andrew_bryant: Hi Andrew, thank you for taking your time to post.
Hi Ofer_Shezaf: Is this something you can speak to?
- Nicholas DiCola (SECURITY JEDI)Former Employee
Hi,
I would recommend that you either initialize a variable at the start, then set that variable, or perhaps use a function concat
- Dimitry IzotovCopper Contributor
andrew_bryant could you please share the concatenated string. Can't figure out.