To close find children activity

Hi

I am using find children activity…and clicking on all children wherein I have assigned a variable to increase the row. But I am not able to stop the loop and due to which it is showing error after clicking all rows that it is not able to find the next row.
Pls help

@Kajal_Sharma - you can try to add element exists activity before clicking the rows
→ if element exists return → true → click the row
false → exit the loop…

Is there any activity to exit the loop

@Kajal_Sharma - you can use Break to Exit Loop…
https://docs.uipath.com/activities/docs/break

1 Like