Global variable usage

Hello,

Instead of using “GlobalVariables.VariableName”, is there a more concise way I could access the variable by just using the variable name?

@anlinalbert

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?

UiPath Academy

Timestamp: 3 min

@anlinalbert

you can access a global variable directly using its variable name within the scope of the workflow without any specific syntax.