Fixing the workflow
Now that you have learned all about debugging in UiPath Studio, let's apply the skills you have learned so far and debug a workflow to fix a bug.
Your co-worker was assigned to build a bot for the Voter Registration campaign. The Robot needs to fetch First Name, Last Name, Email, Age, and State information from an Excel file and insert them in the correct fields on the web voter's registration form.
The Robot is throwing an error at some point, and your co-worker needs your help to make it work. So, let's apply all the knowledge that we have learned so far on debugging and fix this workflow. You can download the code from the GitHub repository mentioned in the Technical requirements section of this chapter.
Let's examine the input data file and the workflow. The Voters Details.xlsx
file contains four columns named First Name, Last Name, Email, Age, and State. In addition, it has multiple rows of data that have to be entered into the...