Hi Techies,
In this video we can learn basic concept Data types in UiPath Studio along with the types of Variables
UiPath by Sujitha
-------------- Data Types ----------------
Data type is the type of data to be stored in the variable
Types of Variables:
1. Text variables - Ex: String -- firstName, country, ""
2. Number variables - Ex: int32, double - PAN , telephone, age, pricetag
3. True or False variables - Ex: boolean - True , False
4. Data table variables - Ex: data table - read an excel data
5. Date time variables - Ex: Datetime, timespan - day.hh:mm:ss
6. Array variables - Ex: Arrays, list
7. UiPath Proprietary variables - Generic , queue item
Data types:
1. String - System.string
Data type which enables to strore Text variables
ex: Firstname, Organization Name
2. Numeric
Int32 - System.Int32 (signed integers): 10, 299, -100, 0x69
Long - System.Int64 (long integers): 5435435343O, -11332424D
Double - System.Double (allows decimals, 15-16 digits precision): 19.1234567891011
3. Boolean
Data type to accept True or False
4. Data table
- same as spreadsheet with rows and columns
- database
5.System.DateTime - mm/dd/yyyy hh:mm:ss - calculating the remaining days
System.Timespan - dd:hh:mm:ss - difference between two datetime variables
6. collections - Arrays, Lists, Dictionaries
Arrays - ArrayOf T or System.DataType[]
List - System.Collections.Generic.List T
Dictionary - System.Collections.Generic.Dictionary TKey, TValue
Datatables in UiPath -
Datatypes in UiPath -
Foreach UI element -
Throw and Rethrow -
ContinuesOnError -
Errors/Exceptions/System Vs Business -
Window Selector (Application Instance) -
Parallel Activity -
SimpleInterest Calculator -
Generic Value Datatype -
Invoke Workflow / Arguments :
Try Catch Activity -
Global Exception Handler -
Sequence Vs Flowchart -
Workflows -
Variables -
Save BMW car images -
Dynamic Selectors demo -
DesignExperiences -
Dynamic selectors example -
WildCard selectors -
Finetuning Selectors -
Full Vs Partial Selectors -
Property Explorer :
UiExplorer :
Run to this activity & Run from this activity -
TracePoints -
Conditional BreakPoints -
Breakpoints -
Step Into , Step Over , Step out -
Debug actions in UiPath Studio -
Interview Questions -
Retry scope activity -
Interview Questions -
Interview Questions -
Debugging options in UiPath studio -
UiPath Studio Introduction -
Design ribbon in UiPath Studio -
Key Components of UiPath -
Structure of Selectors -
How to extract data from website -
Google Weather search -
Notepad Automation -
OCR Input & Output -
Data Scraping -
Screen Scraping -
Selector editor -
Introduction to selectors -
Output Activities -
Output Methods -
Control Flow Statements -
Switch activity use case -
Introduction to RPA -