4 Variables and Arguments - Uipath Studio

Опубликовано: 27 Апрель 2023
на канале: Build Automation
351
6

Variables :

Variable means which hold/store the values

Variables in uipath similar to other programming languages

About Variable Panel, Argument Panel

How to create a variable chosing data type

How to create a Argument chosing data type

Shortcut Keys for creating variables (ctrl+k) and arguments (ctrl+m)

Types of variables :

1. Text Variables – This type of variables is used to store the text values.
2. True/False Variables – This type of variables is used to store Boolean values.
3. Number Variables – This type of variables is used to store Integer values.
4. Array Variables – This type of variables is used to store an array of integers or string.
5. Date and Time Variables – This types of variables is used to store date and time variables.
6. Data Table Variables – This type of variables is used to store Data Table, which stores the values in the form of table.
7. Generic Variables – This type of variables is used to store generic type such as Mail Merge, Database etc.

Data Types : String, Int, Double, Boolean, Array ,List , Date & Time, DataTable, Generic etc..

Create, Remove and manage

scope of the variables

Arguments :

There are three types of argument directions in UiPath Studio:

In arguments;
Out arguments;
In/Out arguments.

To pass a value from one sequence to another, use the In direction.

If you create a variable in a workflow and want the value of that variable sent to another workflow, use the Out direction.

Finally, to receive the value of a variable, change it and update the workflow that passed it in, use the In/Out direction.