Hello UiPath Community,
I am facing a challenging automation task. I need to automate the process of filling data from an Excel sheet into a web application. The complexity lies in the fact that each patient in the Excel sheet has a varying number of treatments, and I want the automation to complete data entry for one patient before moving to the next.
Description of the Problem:
- The Excel sheet contains patient data with varying numbers of treatments.
- The web application requires accurate data entry for each patient and their respective treatments.
- I need the automation to ensure that the data for one patient is fully entered before moving on to the next patient
.
Here is my workflow