What are sequences?
Sequences are easy to understand, and they are the simplest type of project. They are commonly used in processes that are linear and have step-by-step instructions to be performed one after the other in a single block of activity. The main use of sequences is reusability, in that they can be used in a single workflow or invoked from any other automation workflows by passing the arguments that we will discuss in Chapter 5, Learning about Variables and Arguments.
For example, you can create a sequence that takes information from a spreadsheet and enter it into a registration web page. Let's explore an example.
Example of a sequence
In this example, we will create a sequence that asks for first name
, last name
, and age
and then displays the answer in a sentence:
- Create a New Blank Process from the New Project section in UiPath Studio and name it
Sequence_Example
, as shown in the following screenshot: