Setting up the project
Before you start building the process, first, let's set up all of the UiPath studio configurations correctly:
- Open up UiPath Studio and create a new process with the name of
Invoice_Processing_Performer
:
- Click on Manage Packages from the Designer ribbon bar and update the current project dependencies to the following versions:
- UiPath.Excel.Activities - v2.10.4
- UiPath.Mail.Activities – v1.10.5
- UiPath.System.Activities – v21.4.1
- UiPath.UIAutomation.Activities – v21.4.4:
- Now that you have updated the dependencies to their correct versions, let's also install one more dependency, UiPath.WebAPI.Activities – v1.7.0:
Now that you have configured everything that is required, let's start...