05-22-2019 09:43 AM
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
05-23-2019 09:06 AM
@andrew_bryant: Hi Andrew, thank you for taking your time to post.
Hi @Ofer_Shezaf: Is this something you can speak to?
05-27-2019 03:20 AM
SolutionHi,
I would recommend that you either initialize a variable at the start, then set that variable, or perhaps use a function concat
06-08-2020 05:05 PM
@andrew_bryant could you please share the concatenated string. Can't figure out.
06-08-2020 11:38 PM