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.
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.