SlideShare a Scribd company logo
RPA Training via UI path
Hariom Sharma
RPA training for Beginners using UiPath
RPA training for Beginners using UiPath
UiPath platform overview
As part of the UiPath platform we have 3 products:
1. UiPath studio
• Design your automation visually, without code
• Use recorded, drag & drop widgets
• With activities you can automate any application
• And templates to model your robotic process
2. UiPath orchestrator
• Control manager and monitor, to manage/control your entire robotic workforce.
• Browser-based server application –contains all the information of robots, logs
• Schedule your robots
3. UiPath robots
• Take over and execute all your processes automatically
UiPath Studio - Start
UiPath options on home page
Open
•open new projects
Close
Start
•Process- creates new process with blank new project – creates a new sequence
•Library- create reusable components , suppose, few steps can be used in other projects. Create library and distribute for reuse
•New templates , you can also create custom templates
Team
•GIT, SVN
Tools
•install extensions-for browsers, citrix, java
Settings
•manage Sources, you can install additional activites here like to work with PDF
Help
•community forum where you can post your queries, help center to create support ticket , RPA academy – courses present here etc
Studio- make your robots
Design tab
Activities
• Actions that you perform on
an application like click, type
in text box, select drop down ,
write, read, interact with
browsers , excels , pdf, word
etc
Work flow design panel
• Drop activities here and
design your workflow
• Properties of activities on
right
Project
• All you projects created will be presented here
• All the processes used will be shown under dependencies like excel,
Uiautomation etc
• Main.xaml file – file with extention .xaml file created for you project
Execute tab
• Debug your workflows
• Check logs –opens the folder where all logs are created
• Run/stop options
RPA training for Beginners using UiPath
Control Diagrams
Flow charts
• Flow charts
• Used when you have more number of decisions
• Visual diagram and presentable layout
• You can have any number of sequences in a flow chart
Sequence
• Step by step- linear
• You can have any number of flow charts inside a sequence
• State machine
• Used for complex process and when a lot of decisions to be made
Control flow charts- common activities
Flowchart activities
• Flow decision : simple decision node to be used in a flowchart to branch the diagram based on a condition being
True or false
• Flow switch- matches the result of an expression with a set of maximum 12 cases ( use instead of taking
multiple if else if else)
Sequence Activities
• IF-does the same thing as flow decision , used in sequence
• Switch- matches the result of an expression with a set of cases
• Do while- executes action inside, then keeps going until the condition is met
• Parallel- executes each activity inside of it at once- multiple UI robot exe’s will be seen running parallelly. For
example if u have multiple pop-ups while running ur applications it can be handled with parallel.
(parallelSample.xaml)
• While- checks if the condition is met, if not, it will keep executing actions until the condition is met
• For each – Iterates over items in a list and performs an action on each one
• Break- put inside a for each activity to end it
Variable types
String – any text
Integer
Double-floating point number
Datetime- year month and day
Generic value- can hold a number ,string , date
Boolean
datatable
Programming example-1
Leap year
Activities used:
• Flow chart
• Message box
• Input dialog
• Decision-true/false condition
Backup Slides
Programming Example-2
Fake name generator -
Extract details from browser
and store in excel
Activities used:
• Build Data Table
• Open Browser
• Do While condition
• Assign Variable
• Get text
• Write in Excel
• Send Email
Thank you

More Related Content

DOCX
UI path Interview Question
PPTX
Introduction to Robotic Process Automation_EMK_2nd Class
PPTX
Tips and tricks of the 2021.4 release
PPTX
Build a chatbot using Google DialogFlow and UiPath RPA
PPT
Ui path introduction
PPTX
rapidMATION Webinar: K2 + UiPath = Full Lifecycle Business Automation
PPTX
SAP Success Factors & UiPath
PDF
Boost Customer Experience with UiPath & AWS Contact Center Automation
UI path Interview Question
Introduction to Robotic Process Automation_EMK_2nd Class
Tips and tricks of the 2021.4 release
Build a chatbot using Google DialogFlow and UiPath RPA
Ui path introduction
rapidMATION Webinar: K2 + UiPath = Full Lifecycle Business Automation
SAP Success Factors & UiPath
Boost Customer Experience with UiPath & AWS Contact Center Automation

What's hot (20)

PPTX
ON-DEMAND WEBINAR Why Your CRM System Needs RPA
PDF
RPA and AI empowered Digital Transformation
PDF
End-to-End SAP business process and test automation with UiPath
PPTX
How to speed up your SAP PI/CPI development
PPTX
rapidMATION Webinar: The future of work: humans and software bots working tog...
PPTX
Automation anywhere
PPTX
Key takeaways for SAP PI Integration 2018
PPTX
Automate Best Practices
PDF
1846 Business Automation with IBM Robotic Process Automation (RPA)
PPTX
UiPath Test Suite
PPTX
Business Process Automation with Robot
PDF
Open Desktop Automation Data Sheet
PDF
UiPath Integration with SAP Solution Manager 7.2
PDF
Pascua Yaqui Tribe App in a day and dashboard in day
PDF
Hbb 2852 gain insights into your business operations with bpm and kibana
PPTX
Lose the Loose-leaf: 3 Key Benefits of a Mobile Inspection App
PPTX
Webinar: Salesforce Customization using Visualforce and Lightning Component F...
PPTX
Using logic apps for dynamics 365 integration
PPTX
Business Process Automation and Data Processing Workflows
PDF
Cvg executive-summit-2018-rpa-plus-video
ON-DEMAND WEBINAR Why Your CRM System Needs RPA
RPA and AI empowered Digital Transformation
End-to-End SAP business process and test automation with UiPath
How to speed up your SAP PI/CPI development
rapidMATION Webinar: The future of work: humans and software bots working tog...
Automation anywhere
Key takeaways for SAP PI Integration 2018
Automate Best Practices
1846 Business Automation with IBM Robotic Process Automation (RPA)
UiPath Test Suite
Business Process Automation with Robot
Open Desktop Automation Data Sheet
UiPath Integration with SAP Solution Manager 7.2
Pascua Yaqui Tribe App in a day and dashboard in day
Hbb 2852 gain insights into your business operations with bpm and kibana
Lose the Loose-leaf: 3 Key Benefits of a Mobile Inspection App
Webinar: Salesforce Customization using Visualforce and Lightning Component F...
Using logic apps for dynamics 365 integration
Business Process Automation and Data Processing Workflows
Cvg executive-summit-2018-rpa-plus-video
Ad

Similar to RPA training for Beginners using UiPath (20)

PDF
🌺 Women in Automation Series: Intro to UiPath Studio ▶ Session 2
PDF
Learning Robotic Process Automation-81-167
PDF
UiPath Veterans RPA Studio track program - Session 2: The fundamentals of Ui...
PPTX
Ui path| RPA
PPTX
mod3part2 of robotic process automation design
PDF
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
PDF
RPA Summer School Studio Session 2 - The Fundamentals of UiPath Studio .pdf
PDF
Day 2 - Intro to UiPath Studio Fundamentals
PPT
Variables Arguments and control flow_UiPath.ppt
PDF
Africa Series 2 Session 1 - UiPath Studio
PDF
uipath-interview-questions.pdf it was productive
PPTX
Introduction-To-RPA_1.pptx
PDF
UiPath User Guide.pdf
PPTX
UiPath Studiox session I
PDF
Learning Robotic Process Automation-1-80
PDF
UiPath Automation Developer Associate Training Series 2025 - Session 1
PDF
🌺 Women in Automation Series: Intro to Studio ▶ Session 1
PPTX
Presentation acme sys999tems Ragini 1.pptx
PPT
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
PPTX
RPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
🌺 Women in Automation Series: Intro to UiPath Studio ▶ Session 2
Learning Robotic Process Automation-81-167
UiPath Veterans RPA Studio track program - Session 2: The fundamentals of Ui...
Ui path| RPA
mod3part2 of robotic process automation design
UiPath Studio Session 2 - The Fundamentals of UiPath Studio - Final Slides.pdf
RPA Summer School Studio Session 2 - The Fundamentals of UiPath Studio .pdf
Day 2 - Intro to UiPath Studio Fundamentals
Variables Arguments and control flow_UiPath.ppt
Africa Series 2 Session 1 - UiPath Studio
uipath-interview-questions.pdf it was productive
Introduction-To-RPA_1.pptx
UiPath User Guide.pdf
UiPath Studiox session I
Learning Robotic Process Automation-1-80
UiPath Automation Developer Associate Training Series 2025 - Session 1
🌺 Women in Automation Series: Intro to Studio ▶ Session 1
Presentation acme sys999tems Ragini 1.pptx
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
RPA Developer Kickstarter | Day 3: UI Automation and UiPath Selectors
Ad

Recently uploaded (20)

PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Encapsulation theory and applications.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Approach and Philosophy of On baking technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Electronic commerce courselecture one. Pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Spectroscopy.pptx food analysis technology
Review of recent advances in non-invasive hemoglobin estimation
Encapsulation theory and applications.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Approach and Philosophy of On baking technology
Per capita expenditure prediction using model stacking based on satellite ima...
Chapter 3 Spatial Domain Image Processing.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Unlocking AI with Model Context Protocol (MCP)
Electronic commerce courselecture one. Pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Spectroscopy.pptx food analysis technology

RPA training for Beginners using UiPath

  • 1. RPA Training via UI path Hariom Sharma
  • 4. UiPath platform overview As part of the UiPath platform we have 3 products: 1. UiPath studio • Design your automation visually, without code • Use recorded, drag & drop widgets • With activities you can automate any application • And templates to model your robotic process 2. UiPath orchestrator • Control manager and monitor, to manage/control your entire robotic workforce. • Browser-based server application –contains all the information of robots, logs • Schedule your robots 3. UiPath robots • Take over and execute all your processes automatically
  • 6. UiPath options on home page Open •open new projects Close Start •Process- creates new process with blank new project – creates a new sequence •Library- create reusable components , suppose, few steps can be used in other projects. Create library and distribute for reuse •New templates , you can also create custom templates Team •GIT, SVN Tools •install extensions-for browsers, citrix, java Settings •manage Sources, you can install additional activites here like to work with PDF Help •community forum where you can post your queries, help center to create support ticket , RPA academy – courses present here etc
  • 7. Studio- make your robots Design tab Activities • Actions that you perform on an application like click, type in text box, select drop down , write, read, interact with browsers , excels , pdf, word etc Work flow design panel • Drop activities here and design your workflow • Properties of activities on right
  • 8. Project • All you projects created will be presented here • All the processes used will be shown under dependencies like excel, Uiautomation etc • Main.xaml file – file with extention .xaml file created for you project Execute tab • Debug your workflows • Check logs –opens the folder where all logs are created • Run/stop options
  • 10. Control Diagrams Flow charts • Flow charts • Used when you have more number of decisions • Visual diagram and presentable layout • You can have any number of sequences in a flow chart Sequence • Step by step- linear • You can have any number of flow charts inside a sequence • State machine • Used for complex process and when a lot of decisions to be made
  • 11. Control flow charts- common activities Flowchart activities • Flow decision : simple decision node to be used in a flowchart to branch the diagram based on a condition being True or false • Flow switch- matches the result of an expression with a set of maximum 12 cases ( use instead of taking multiple if else if else) Sequence Activities • IF-does the same thing as flow decision , used in sequence • Switch- matches the result of an expression with a set of cases • Do while- executes action inside, then keeps going until the condition is met • Parallel- executes each activity inside of it at once- multiple UI robot exe’s will be seen running parallelly. For example if u have multiple pop-ups while running ur applications it can be handled with parallel. (parallelSample.xaml) • While- checks if the condition is met, if not, it will keep executing actions until the condition is met • For each – Iterates over items in a list and performs an action on each one • Break- put inside a for each activity to end it
  • 12. Variable types String – any text Integer Double-floating point number Datetime- year month and day Generic value- can hold a number ,string , date Boolean datatable
  • 13. Programming example-1 Leap year Activities used: • Flow chart • Message box • Input dialog • Decision-true/false condition
  • 15. Programming Example-2 Fake name generator - Extract details from browser and store in excel Activities used: • Build Data Table • Open Browser • Do While condition • Assign Variable • Get text • Write in Excel • Send Email