i got a scenario where in my excel file it read in a loop it go over the first row then 2nd etc
during the first row after pasting the information in the html there this Add button in the html page how can i make sure that after read finish the excel loop
it dont press this Add button as it dont exist anymore ?
@xxGoRpa
1.After reading the excel with read range work book create a variable = dt
2.Pass that variable in the for each row activity
3. if suppose excel has 10 rows it i will click if the excel has empty it will not click
4. in body you can pasting the information in the html there and Add button all can do there
if you want to perform same steps for all the rows then use for each
if you are using any other loop with indefinite number and want to stop once the button is not found then use check app state and check for button and end the loop