For this project, we will start with a blank project and design Automation within that. Let's get started:
- Launch UiPath Studio and choose Process under the New Project group, as shown in the following screenshot:
- On the popup for New Process, go ahead and provide a name and description for the project and click on Create. On the Studio screen, choose Open Main Workflow, as we did in the previous chapter, to get to the initial screen.
- We'll choose to start with a blank process, which means we have to build everything from scratch. Let's start by adding a Sequence UiPath activity and renaming it Main Sequence. You can just click on the name on the Activity box and add the name Main Sequence. This is optional but recommended as it gives better readability to your workflows. You can see this Sequence in the following screenshot (in the next section), along with the other Sequences.
Within this Main Sequence...