Loop Through all website checkbox one by one

Dear all team member.
i just start using UiPath for almost 1 week and quite new for this area
i have a website with multiple checkbox, my job is click on the checkbox and press the button if there is any new data then copy it then uncheck the checked box and move to another new checkbox.


i have to do it manually one by one.
these things should to be done by robot however not yet figured out how to do it. Guys pls help me!!

Hi @x43052

Introduce the general method and hope it is helpful for you.

1.Use Find Children to get an array of all list items.
2.Loop through the checkbox objects for each column to perform a check or click operation.
3.Press the button if there is any new data then copy it then uncheck the checked box.
4.repeat 2. until the loop ends.

2 Likes

thanks guys.
in the mean time i’ve already found out one way to loop toggle all checkbox based on Checkbox Value attribute.
image

i created a “for each” loop run from 1 to 29 for instance and each time number increase, it will check the checkbox with its value attribute.

and it works now!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.