Overview
  • About the Course
  • About Me
  • Why UiPath?
  • UiPath infrastructure & licenses overview
  • Who can use the "free" version of UiPath
  • End to End Demo: Build, publish, and run a simple robot
  • Where to go for the fastest technical assistance
  • "RPA Tech Primer" Note
Community Edition Installation (Windows)
  • 2020.10 Installation overview
  • Install the UiPath Platform (2020.10)
  • Install Important Packages
  • Examine the installed Activities
  • Set up browsers
  • Community Edition Upgrade Process
First Look
  • Overview
  • Create a new project
  • User Interface quick start
  • Prepare to create your first process
  • Create a simple ATTENDED process
  • Create a simple UNATTENDED process
  • Publish both processes to the Orchestrator server
  • Run both processes using the UiPath Assistant
  • Open & copy existing projects
  • Project & tool windows tour
Basic UiPath Skills
  • Overview
  • Sequences and Flowcharts
  • Display a message box
  • Logging to the output window
  • Open and read a text file
  • Use a loop to repeat work
  • Send email
Debugging
  • Run in debug mode
  • Set a break point and debug line by line
Using Variables to Handle Data
  • Overview
  • Using the Variables pane
  • Browsing for special variable types
  • Using the "Assign" Activity
  • Variables as the output of activities
  • Variable scope
Script Control Flow
  • If/Else: Making a choice
  • Flowchart decision diamond
  • Switch: Handling many choices
  • Flow Switch: Handling many choices
Handling Errors
  • Try/Catch intro - Catch an exception
  • Create & throw a new exception
Control Your Robots with Orchestrator
  • Orchestrator overview
  • UiPath cloud platform notes
  • Log in to Cloud/Orchestrator account
  • Login, setup, and tour the UI
  • Connect a robot - part 1
  • Connect a robot - part 2
  • Create environment and associate robot
  • Publish a package
  • Create a process from the package
  • Run an attended robot and examine logs
  • Fix the robot and re-publish
  • Trigger an unattended robot at a specific time
  • Assets: overview & creation
  • Assets: consuming from a robot
  • Robot-level input parameters
  • Pause an attended robot (v2018.4+)
Web Browser Automation Basics
  • Create the assets & project
  • Retrieve the assets
  • Open and close the browser
  • Login and logout
  • Perform a search
  • Enabling pop up windows
Reusable/Shareable Workflows
  • Overview
  • Create a reusable/shareable workflow
  • Pass data into a reusable workflow
  • Get data out of a reusable workflow
  • "Extract" a workflow
Data Tables
  • Overview
  • Tour of data table activities
  • Create a data table
  • Edit data table columns
  • Add data table rows
  • Loop through the rows of a data table
  • Query the table
  • Delete a data table row
Excel Automation Basics
  • Overview
  • Excel/worksheet activity overview
  • Read worksheet into a data table
  • Write data table into a worksheet
  • Append data table into a worksheet
  • Read and write worksheet CELL data
  • Read range, transform table, and write range