I am working on the Academy example of UiBank Create Loan. First time the automation run correctly. But after that its only reading one row of values. For example if the excel has 5 rows of data, its testing only row of data 5 times. I already tries removing the test data from the workflow and attaching it again.
Check the variable being used in the For Each Row activity. Make sure it is the correct Excel sheet variable and that it has the correct range of rows set.
Check the range of rows in the Excel sheet. Ensure that all the rows you want to iterate through are within the range specified in the For Each Row activity.
Check the loop body of the For Each Row activity. Ensure that the values are being read from the correct columns and that they are being stored in the correct variables.
If the Excel file is open while the automation is running, try closing it to see if that resolves the issue.
Data Driven testing will work for only one record at a time. If you need to run others then you need to select check box data for all the data and run it. So test cases will run into batch one by one.
you can select as below from studio if you are running.
Thank you all for the suggestions. I used data driven testcase and attached the excel data with the test case. The reason that it was not working due to the UiPath update. When I rolled back, it was working