Advanced UiPath Workflows
Learning Outcomes
Get More Info
data, Tech & ai skills in






What’s Included
Course Introduction
Course Introduction
UiPath allows you to automate various business tasks, using various different types of processes. This lesson introduces the activities we'll cover in this course, and the case studies we'll use to do so.
Automating an Excel Process
Automating an Excel Process
UiPath allows you to access data in Excel files, and lets you perform various actions with Excel files. In this lesson, we'll start developing a UiPath process to search an Excel file for data specified by the user of the process.
Sending an Email Automatically
Sending an Email Automatically
UiPath provides various activities for sending emails as part of your processes. In this lesson, we'll send an email containing employee evaluation data for a selected employee.
Introducing Flowcharts
Introducing Flowcharts
A flowchart is a type of process that can be used for UiPath workflows that are more advanced than simple sequences. This lesson will introduce the concept of flowcharts with a simple example.
Creating a Flowchart
Creating a Flowchart
Flowcharts can be used to model processes that involve conditions and decisions. In this lesson, we'll learn how to create a flowchart in UiPath and add simple actions to it.
Developing the Flowchart
Developing the Flowchart
Our flowchart aims to search through a file and find data specified by the user of the process. In this lesson, we'll learn how to do this and consider how best to organize the activities on a flowchart so it can be easily understood.
Adding Decisions to a Flowchart
Adding Decisions to a Flowchart
Decisions are the main building block of flowcharts. In this lesson, we'll learn how to add decisions to a flowchart, add conditions to decisions, and add actions that are dependent on the outcome of a decision.
Introducing State Machines
Introducing State Machines
State machines are a type of automation in UiPath that use a series of states in their execution. In this lesson, we'll learn how state machines work by introducing an example of the concept.
Developing a State Machine
Developing a State Machine
State machines are made up of states and transitions. This lesson will demonstrate how to create the basic outline of a state machine by creating states and transitions.
Customizing State Machine States
Customizing State Machine States
After creating the outline of a state machine, we can add activities to the states and transitions to automate the process of interest. This lesson demonstrates how to add activities to the states of a state machine.
Customizing State Machine Transitions
Customizing State Machine Transitions
Transitions in a state machine govern how the process moves between different states. In this lesson, we'll learn how to set up conditions in these transitions that explain when different transitions should occur.
Choosing a Workflow Type
Choosing a Workflow Type
This course has covered different process types in UiPath: sequences, flowcharts, and state machines. This lesson will explain when each of these process types should be used when you're automating business processes.
