Topics For
Today’s Session
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
UiPath Overview
Variables
Data Types
Activities
Entities which mimic human actions are called Robots.
What is Robotic
Process
Automation?
Robotic
Summarizing all terms together, mimicking human actions to perform a
sequence of steps that lead to a meaningful activity, without any human
intervention is known as Robotic Process Automation.
Sequence of steps which lead to a meaningful activity.
For Example, the process of making tea or your favourite dish etc.
Process
Any process which is done by a robot without human intervention.Automation
Robotic Process Automation
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
What is UiPath
An RPA Tool which helps you automate tasks by using
various kinds of activities.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Projects in UiPath
Agent Process
Improvement
Process Transactional Process
Library
Robotic Enterprise
Framework
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Requirements AnalysisUiPath Dashboard
Activity Pane
Ribbon
Properties Pane
Output Pane
Workplace to Design Automation
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Flowcharts
&
Sequences
Flowcharts
Sequence
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Flowcharts
&
Sequences
Flowcharts
Flowcharts
Flowcharts in UiPath offer multiple branching logical operators, to create complex business processes
and connect activities in multiple ways.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Flowcharts
&
Sequences
FlowchartsSequence
Sequences
Sequences are used to go from one activity to another seamlessly, and act as a single block activity.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
VARIABLES, Data Types
& ACTIVITIES
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Requirements AnalysisVariables
123
Create Variables
•Press on Ctrl + K in the Properties
Pane.
•Use Variable Panel
Remove Variables
•Choose variable from Variable
Pane -> Right Click -> Choose
Delete
•Choose the option ”Remove Unused
Variables” from Design Tab
Manage Variables
•Mention the Scope of the Variable
•Mention the Default value
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Types of Variables
Text Variables1 True/False Variables2 Number Variables3
Array Variables4 Date and Time Variables5 Data Table Variables6
Generic Variables7
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Requirements AnalysisData Types
Integer String Boolean
Generic Array Of
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Requirements AnalysisActivities
Activities in UiPath provides various actions which you need to automate different applications.
Message Box Assign Write CSV If
For Each SwitchWhile
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Do While
Message Box
Displays a message box with a given text which has to be shown to the user.
Print Simple
message in
message box
Print message in a
message box using
variables
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
To display a message
Assign Activity
The assign activity enables you to assign a value to a variable.
Assign the directory of the folder from
which files have to be counted to a variable.
Use the ‘Message Box Activity’ and use the
variable and the Count function.
To count the number of files
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Write CSV Activity
This activity is used to save the specified DataTable to a CSV file.
Mention the scraped data in a CSV File
Scrape the data from a website using the
Data Scraping Wizard.
Drag the Write CSV Activity and mention the following:
• path of the file in which you wish to save the extracted data.
• DataTable variable in the DataTable section
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
If Activity
This activity decides whether a certain activity or a block of activities will be executed or not.
Find whether a number is even/odd
Drag a Input Dialog and ask the
user to enter a number.
Drag an If activity and mention the
condition in the Condition section.
In the Then section, put a message box to
display an output that number is even and
in the else section, drag a message box to
display that number is odd.
RPA Training using UiPath www.edureka.co/robotic-process-automation-training
For Each Activity
Print the Fibonacci Series
Drag a For Each activity and
mention the variable name.
In the Body section of the For Each
activity, drag a message box and print
the Fibonacci series.
This activity enables you to iterate through the data and process each piece of information
individually.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
While Activity
This activity enables you to execute a specific process repeatedly, while a specific condition is met.
Print the Numbers 1-10
Drag the While activity and
mention the condition.
In the Body section drag
the assign activity to
increment the counter.
Drag the Append Text activity
and mention the path of the file,
in which you want to store data.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Do While Activity
This activity enables you to execute a specified part of your automation while a condition is met.
Print the Numbers 1-10
Drag the Do - While activity
In the Body section drag
the assign activity to
increment the counter.
Drag the Append Text activity and
mention the path of the file, in
which you want to store data.
Mention the condition
in the Condition
section.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Switch Activity
This activity enables you to enables you to select one choice out of multiple, based on the value of a
specified expression.
Sum of two numbers is even/odd
Drag two Input Dialogs
and ask the user to
enter numbers.
Drag the assign activity,
and assign the sum of
two numbers to a
variable.
Drag the Switch
activity and mention
the condition.
In the Default box, drag a
message box to mention
the number is even.
www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
Variables, Data Types and Activities in UiPath | Basics of UiPath | UiPath Tutorial | Edureka

Variables, Data Types and Activities in UiPath | Basics of UiPath | UiPath Tutorial | Edureka

  • 2.
    Topics For Today’s Session www.edureka.co/robotic-process-automation-trainingRPATraining using UiPath UiPath Overview Variables Data Types Activities
  • 3.
    Entities which mimichuman actions are called Robots. What is Robotic Process Automation? Robotic Summarizing all terms together, mimicking human actions to perform a sequence of steps that lead to a meaningful activity, without any human intervention is known as Robotic Process Automation. Sequence of steps which lead to a meaningful activity. For Example, the process of making tea or your favourite dish etc. Process Any process which is done by a robot without human intervention.Automation Robotic Process Automation www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 4.
    What is UiPath AnRPA Tool which helps you automate tasks by using various kinds of activities. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 5.
    Projects in UiPath AgentProcess Improvement Process Transactional Process Library Robotic Enterprise Framework www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 6.
    Requirements AnalysisUiPath Dashboard ActivityPane Ribbon Properties Pane Output Pane Workplace to Design Automation www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 7.
  • 8.
    Flowcharts & Sequences Flowcharts Flowcharts Flowcharts in UiPathoffer multiple branching logical operators, to create complex business processes and connect activities in multiple ways. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 9.
    Flowcharts & Sequences FlowchartsSequence Sequences Sequences are usedto go from one activity to another seamlessly, and act as a single block activity. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 10.
    VARIABLES, Data Types &ACTIVITIES www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 11.
    Requirements AnalysisVariables 123 Create Variables •Presson Ctrl + K in the Properties Pane. •Use Variable Panel Remove Variables •Choose variable from Variable Pane -> Right Click -> Choose Delete •Choose the option ”Remove Unused Variables” from Design Tab Manage Variables •Mention the Scope of the Variable •Mention the Default value www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 12.
    Types of Variables TextVariables1 True/False Variables2 Number Variables3 Array Variables4 Date and Time Variables5 Data Table Variables6 Generic Variables7 www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 13.
    Requirements AnalysisData Types IntegerString Boolean Generic Array Of www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 14.
    Requirements AnalysisActivities Activities inUiPath provides various actions which you need to automate different applications. Message Box Assign Write CSV If For Each SwitchWhile www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath Do While
  • 15.
    Message Box Displays amessage box with a given text which has to be shown to the user. Print Simple message in message box Print message in a message box using variables www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath To display a message
  • 16.
    Assign Activity The assignactivity enables you to assign a value to a variable. Assign the directory of the folder from which files have to be counted to a variable. Use the ‘Message Box Activity’ and use the variable and the Count function. To count the number of files www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 17.
    Write CSV Activity Thisactivity is used to save the specified DataTable to a CSV file. Mention the scraped data in a CSV File Scrape the data from a website using the Data Scraping Wizard. Drag the Write CSV Activity and mention the following: • path of the file in which you wish to save the extracted data. • DataTable variable in the DataTable section www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 18.
    If Activity This activitydecides whether a certain activity or a block of activities will be executed or not. Find whether a number is even/odd Drag a Input Dialog and ask the user to enter a number. Drag an If activity and mention the condition in the Condition section. In the Then section, put a message box to display an output that number is even and in the else section, drag a message box to display that number is odd. RPA Training using UiPath www.edureka.co/robotic-process-automation-training
  • 19.
    For Each Activity Printthe Fibonacci Series Drag a For Each activity and mention the variable name. In the Body section of the For Each activity, drag a message box and print the Fibonacci series. This activity enables you to iterate through the data and process each piece of information individually. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 20.
    While Activity This activityenables you to execute a specific process repeatedly, while a specific condition is met. Print the Numbers 1-10 Drag the While activity and mention the condition. In the Body section drag the assign activity to increment the counter. Drag the Append Text activity and mention the path of the file, in which you want to store data. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 21.
    Do While Activity Thisactivity enables you to execute a specified part of your automation while a condition is met. Print the Numbers 1-10 Drag the Do - While activity In the Body section drag the assign activity to increment the counter. Drag the Append Text activity and mention the path of the file, in which you want to store data. Mention the condition in the Condition section. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 22.
    Switch Activity This activityenables you to enables you to select one choice out of multiple, based on the value of a specified expression. Sum of two numbers is even/odd Drag two Input Dialogs and ask the user to enter numbers. Drag the assign activity, and assign the sum of two numbers to a variable. Drag the Switch activity and mention the condition. In the Default box, drag a message box to mention the number is even. www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath