Forum Discussion
andrew_bryant
May 22, 2019Brass Contributor
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 ste...
- May 27, 2019
Hi,
I would recommend that you either initialize a variable at the start, then set that variable, or perhaps use a function concat
Valon_Kolica
May 23, 2019Former 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)
May 27, 2019Former 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 IzotovJun 09, 2020Brass Contributor
andrew_bryant could you please share the concatenated string. Can't figure out.
- Thijs LecomteJun 09, 2020Bronze ContributorIF you are trying to use a hardcoded @, have you tried escaping it by prepending ' ?