SlideShare a Scribd company logo
1 of 23
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

More Related Content

What's hot

Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...
Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...
Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...Edureka!
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPACelonis
 
Introduction to UiPath licensing model
Introduction to UiPath licensing modelIntroduction to UiPath licensing model
Introduction to UiPath licensing modelVibhor Shrivastava
 
What is Robotic Process Automation?
What is Robotic Process Automation?What is Robotic Process Automation?
What is Robotic Process Automation?Chris Zechmeister
 
Ui path rpa_intro_v1
Ui path rpa_intro_v1Ui path rpa_intro_v1
Ui path rpa_intro_v1Avirot Mitamura
 
RPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
RPA Developer Kickstarter | Day 3: UI Automation and UiPath SelectorsRPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
RPA Developer Kickstarter | Day 3: UI Automation and UiPath SelectorsRohit Radhakrishnan
 
RPA Developer Kickstarter Slide - Day 1.pptx
RPA Developer Kickstarter Slide - Day 1.pptxRPA Developer Kickstarter Slide - Day 1.pptx
RPA Developer Kickstarter Slide - Day 1.pptxRohit Radhakrishnan
 
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdfUiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdfDiana Gray, MBA
 
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | Edureka
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | EdurekaRPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | Edureka
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | EdurekaEdureka!
 
What is RPA?
What is RPA?What is RPA?
What is RPA?Intellipaat
 
How RPA Technology is Automating HR to Save Time & Increase Productivity
How RPA Technology is Automating HR to Save Time & Increase ProductivityHow RPA Technology is Automating HR to Save Time & Increase Productivity
How RPA Technology is Automating HR to Save Time & Increase ProductivityUiPath
 
UiPath Test Suite
UiPath Test Suite UiPath Test Suite
UiPath Test Suite Cristina Vidu
 
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdf
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdfRPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdf
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdfRohit Radhakrishnan
 
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...Diana Gray, MBA
 
UiPath Summer School Session1
UiPath Summer School Session1 UiPath Summer School Session1
UiPath Summer School Session1 Cristina Vidu
 
Introduction to Robotic Process Automation by K.G.Maheshwari
Introduction to Robotic Process Automation by K.G.MaheshwariIntroduction to Robotic Process Automation by K.G.Maheshwari
Introduction to Robotic Process Automation by K.G.MaheshwariKrishan Gopal Maheshwari
 
Robotic Process Automation Webinar Slides
Robotic Process Automation Webinar SlidesRobotic Process Automation Webinar Slides
Robotic Process Automation Webinar SlidesSmart ERP Solutions, Inc.
 
An Overview of Robotic Process Automation (RPA)
An Overview of Robotic Process Automation (RPA)An Overview of Robotic Process Automation (RPA)
An Overview of Robotic Process Automation (RPA)ARJUN S MEDA
 

What's hot (20)

Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...
Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...
Introduction To UiPath | RPA Tutorial For Beginners | RPA Training using Uipa...
 
Ui path| RPA
Ui path| RPAUi path| RPA
Ui path| RPA
 
Achieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPAAchieving Business Transformation with UiPath RPA
Achieving Business Transformation with UiPath RPA
 
Introduction to UiPath licensing model
Introduction to UiPath licensing modelIntroduction to UiPath licensing model
Introduction to UiPath licensing model
 
What is Robotic Process Automation?
What is Robotic Process Automation?What is Robotic Process Automation?
What is Robotic Process Automation?
 
Ui path rpa_intro_v1
Ui path rpa_intro_v1Ui path rpa_intro_v1
Ui path rpa_intro_v1
 
RPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
RPA Developer Kickstarter | Day 3: UI Automation and UiPath SelectorsRPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
RPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
 
RPA Developer Kickstarter Slide - Day 1.pptx
RPA Developer Kickstarter Slide - Day 1.pptxRPA Developer Kickstarter Slide - Day 1.pptx
RPA Developer Kickstarter Slide - Day 1.pptx
 
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdfUiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
 
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | Edureka
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | EdurekaRPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | Edureka
RPA Automation Tutorial | RPA Training | RPA Tutorial For Beginners | Edureka
 
What is RPA?
What is RPA?What is RPA?
What is RPA?
 
How RPA Technology is Automating HR to Save Time & Increase Productivity
How RPA Technology is Automating HR to Save Time & Increase ProductivityHow RPA Technology is Automating HR to Save Time & Increase Productivity
How RPA Technology is Automating HR to Save Time & Increase Productivity
 
UiPath Test Suite
UiPath Test Suite UiPath Test Suite
UiPath Test Suite
 
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdf
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdfRPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdf
RPA Developer Kickstarter Day 11 Best Practices and RPA Lifecycle.pdf
 
RPA.pptx
RPA.pptxRPA.pptx
RPA.pptx
 
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...
Introduction to RPA_SummerSchool _ Welcome to the world of automation using U...
 
UiPath Summer School Session1
UiPath Summer School Session1 UiPath Summer School Session1
UiPath Summer School Session1
 
Introduction to Robotic Process Automation by K.G.Maheshwari
Introduction to Robotic Process Automation by K.G.MaheshwariIntroduction to Robotic Process Automation by K.G.Maheshwari
Introduction to Robotic Process Automation by K.G.Maheshwari
 
Robotic Process Automation Webinar Slides
Robotic Process Automation Webinar SlidesRobotic Process Automation Webinar Slides
Robotic Process Automation Webinar Slides
 
An Overview of Robotic Process Automation (RPA)
An Overview of Robotic Process Automation (RPA)An Overview of Robotic Process Automation (RPA)
An Overview of Robotic Process Automation (RPA)
 

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

RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...
RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...
RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...Edureka!
 
What is RPA Lifecycle? Edureka
What is RPA Lifecycle? EdurekaWhat is RPA Lifecycle? Edureka
What is RPA Lifecycle? EdurekaEdureka!
 
Robotic Process Automation with UiPath Studio
Robotic Process Automation with UiPath StudioRobotic Process Automation with UiPath Studio
Robotic Process Automation with UiPath StudioLalit Birla
 
Ui path certificate question set 1
Ui path certificate question set 1Ui path certificate question set 1
Ui path certificate question set 1Majid Hashmi
 
Power bi notes
Power bi notesPower bi notes
Power bi notesanilkotha1
 
Establish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauEstablish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauCristina Vidu
 
RPA Tools.pdf
RPA Tools.pdfRPA Tools.pdf
RPA Tools.pdfVishnuGone
 
UI path Interview Question
UI path Interview Question UI path Interview Question
UI path Interview Question ganesh kumar
 
Building Bridges: Merging RPA Processes, UiPath Apps, and Data Service to bu...
Building Bridges:  Merging RPA Processes, UiPath Apps, and Data Service to bu...Building Bridges:  Merging RPA Processes, UiPath Apps, and Data Service to bu...
Building Bridges: Merging RPA Processes, UiPath Apps, and Data Service to bu...DianaGray10
 
Data Pipelines - Big Data meets Salesforce
Data Pipelines - Big Data meets SalesforceData Pipelines - Big Data meets Salesforce
Data Pipelines - Big Data meets Salesforceagarciaodeian
 
Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Yochay Kiriaty
 
🌺 Women in Automation Series: Intro to Studio ▶ Session 1
🌺 Women in Automation Series: Intro to Studio ▶ Session 1🌺 Women in Automation Series: Intro to Studio ▶ Session 1
🌺 Women in Automation Series: Intro to Studio ▶ Session 1Cristina Vidu
 
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptx
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptxSE - Lecture 9 n 10 Intro Robotic Process Automation.pptx
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptxTangZhiSiang
 
Cloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSCloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSChris Sparshott
 
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft Flow
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft FlowMVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft Flow
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft FlowIda Bergum
 
Agile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI SustainablyAgile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI SustainablyRaphael Branger
 
Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1Cristina Vidu
 
Best Practices in Automating Business Processes
Best Practices in Automating Business ProcessesBest Practices in Automating Business Processes
Best Practices in Automating Business ProcessesRhia Wieclawek
 

Similar to Variables, Data Types and Activities in UiPath | Basics of UiPath | UiPath Tutorial | Edureka (20)

RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...
RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...
RPA Interview Questions and Answers | UiPath Interview Questions and Answers ...
 
What is RPA Lifecycle? Edureka
What is RPA Lifecycle? EdurekaWhat is RPA Lifecycle? Edureka
What is RPA Lifecycle? Edureka
 
Robotic Process Automation with UiPath Studio
Robotic Process Automation with UiPath StudioRobotic Process Automation with UiPath Studio
Robotic Process Automation with UiPath Studio
 
Ui path certificate question set 1
Ui path certificate question set 1Ui path certificate question set 1
Ui path certificate question set 1
 
About work flow
About work flowAbout work flow
About work flow
 
Power bi notes
Power bi notesPower bi notes
Power bi notes
 
Establish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and TableauEstablish a 360-view of your data with UiPath and Tableau
Establish a 360-view of your data with UiPath and Tableau
 
RPA Tools.pdf
RPA Tools.pdfRPA Tools.pdf
RPA Tools.pdf
 
UI path Interview Question
UI path Interview Question UI path Interview Question
UI path Interview Question
 
Building Bridges: Merging RPA Processes, UiPath Apps, and Data Service to bu...
Building Bridges:  Merging RPA Processes, UiPath Apps, and Data Service to bu...Building Bridges:  Merging RPA Processes, UiPath Apps, and Data Service to bu...
Building Bridges: Merging RPA Processes, UiPath Apps, and Data Service to bu...
 
Data Pipelines - Big Data meets Salesforce
Data Pipelines - Big Data meets SalesforceData Pipelines - Big Data meets Salesforce
Data Pipelines - Big Data meets Salesforce
 
Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016 Public v1 real world example of azure functions serverless conf london 2016
Public v1 real world example of azure functions serverless conf london 2016
 
🌺 Women in Automation Series: Intro to Studio ▶ Session 1
🌺 Women in Automation Series: Intro to Studio ▶ Session 1🌺 Women in Automation Series: Intro to Studio ▶ Session 1
🌺 Women in Automation Series: Intro to Studio ▶ Session 1
 
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptx
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptxSE - Lecture 9 n 10 Intro Robotic Process Automation.pptx
SE - Lecture 9 n 10 Intro Robotic Process Automation.pptx
 
Cloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaSCloud computing From Iaas to PaaS to SaaS
Cloud computing From Iaas to PaaS to SaaS
 
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft Flow
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft FlowMVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft Flow
MVP Dagen Oslo 2019 - Power BI Automatisering ved bruk av Microsoft Flow
 
Agile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI SustainablyAgile Testing Days 2017 Introducing AgileBI Sustainably
Agile Testing Days 2017 Introducing AgileBI Sustainably
 
Learning Robotic Process Automation-1-80
Learning Robotic Process Automation-1-80Learning Robotic Process Automation-1-80
Learning Robotic Process Automation-1-80
 
Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1Women in Automation - Intro to Studio Session 1
Women in Automation - Intro to Studio Session 1
 
Best Practices in Automating Business Processes
Best Practices in Automating Business ProcessesBest Practices in Automating Business Processes
Best Practices in Automating Business Processes
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 

Recently uploaded (20)

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 

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

  • 1.
  • 2. Topics For Today’s Session www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath UiPath Overview Variables Data Types Activities
  • 3. 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
  • 4. 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
  • 5. Projects in UiPath Agent Process Improvement Process Transactional Process Library Robotic Enterprise Framework www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 6. Requirements AnalysisUiPath Dashboard Activity Pane Ribbon Properties Pane Output Pane Workplace to Design Automation www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 8. 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
  • 9. 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
  • 10. VARIABLES, Data Types & ACTIVITIES www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 11. 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
  • 12. 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
  • 13. Requirements AnalysisData Types Integer String Boolean Generic Array Of www.edureka.co/robotic-process-automation-trainingRPA Training using UiPath
  • 14. 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
  • 15. 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
  • 16. 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
  • 17. 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
  • 18. 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
  • 19. 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
  • 20. 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
  • 21. 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
  • 22. 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