Hi all,
I am a new user in Power Automate and I am editing part of a flow I was given, where I need to add a new variable from a SharePoint table which contains the symbol # on it (i.e. 'Cost Center #').
This is the function expression I have been using:
if(empty(triggerOutputs()?['body/Cost_x0020_Center_x0020_#']), '', toUpper(triggerOutputs()?['body/Cost_x0020_Center_x0020_#']))
However, when I run the flow, the field came empty.
Is there any restriction in Power Automate on using # symbols as part of the variable name?
If yes: How could I fix this issue without renaming the variable back in SharePoint?
Thanks in advance
Alex G.