Articles → UIPATH → Variable Datatypes In Uipath
Variable Datatypes In Uipath
Variable Panel
Click to Enlarge
- Name – Here we specify the name of the variable
- Variable Type - Here we specify the data type of the variable
- Scope – Scope specifies the area in which the variable is available
- Default – Default value of the variable
Types
- Boolean - A Boolean expresses the truth value of logic or variables. The value can either be true or false
- Int32 - Integer data type is for specifying numeric value without decimal
- String - String data type represents textual data
- Object – Represents generic data type that can stored data of any data type
- Array of.. – An array represents a collection. Using this data type, you can create the collection of string, int32, Boolean etc. If you select this data type, a window will come to select the data type of the collection
Click to Enlarge
Browse Of Types…
Click to Enlarge