Global variable & Constants | latest feature in 2022.10 version

Hello,

With the latest release of UiPath 2022.10, we are getting a lot of enhancement and new features. One important feature is the Global variable and constants.

From the data manager panel we can create the variables of scope Global that can be accessible from anywhere in the project. Both Global variable and constant are having the scope of Global but for constants we cannot modify the declared value, but for Global variable we can modify the value during execution .

UiPath - Global variables and Constants | Studio Updates in 2022.10 | What is the major difference?

1 Like

Thank you @Rahul_Unnikrishnan for this great tutorial!
Question: I understand that a constant would always be global with specific data types and cannot be modified. And that global variables can be any type and modified.
So: Can global variables replace arguments? If one goes with global variables or constants that no need anymore for arguments?

Hi, you are correct. Global variables can replace arguments.
For more info, you can watch the course: Variables, Constants and Arguments in Studio, provided via UiPath Academy. There is a video explanation about this topic, also.

cheers

1 Like