Hi,
I’m new to UiPath and trying out my first automation project. My ask is to print statements for people, whose names are in a csv file. I’ve got till the point where the UiPath execution clicks the button that opens up the dialog to input last & first name of the customer (first & last name is in the csv file). From this point I want to do a read of the csv file with the customer names, take the 1st value in the line as the lastname and the 2nd value as the firstname, press the ok button on ‘find the customer’ screen then press the statement print button. I put the below activity to read the CSV file but I don’t know how to proceed next. I need guidance with the following:
- read the last and first name from a row
- input the values into the corresponding text boxes in the application.