Hello,
Instead of using “GlobalVariables.VariableName”, is there a more concise way I could access the variable by just using the variable name?
Hello,
Instead of using “GlobalVariables.VariableName”, is there a more concise way I could access the variable by just using the variable name?
No, you must use the full syntax “GlobalVariables.VariableName” to access the variable .
There is no more concise way for direct variable access.
cheers…!
Thanks for letting me know.
How are they able to access the global variable directly using the variable name?
Timestamp: 3 min
you can access a global variable directly using its variable name within the scope of the workflow without any specific syntax.