Hoe to check 1st 10 boxes and do necessary actions and then next iteration select 10 check boxes using uipath

Hi Team,
I have 1 excel with client names so need to check 10 clients and download the reports and for next iteration need to select next 1 clients and download the reports and do thr remaining clients as well.

I have attached the screen shot for your reference.

I need to select 1st 10 clients for 1st iteration and then 2nd iteration select remaining 10 cleont and for 3rd iteration select 6 clients. I have total 26 clients are available in the list.
But there ia limitation like need to select 10 clients at a time. How to do the this automation. Please suggest.

Hi @Ramudu,

To be able to select the desired checkboxes, please explore the selectors for these checkboxes using UIExplorer in UiPath studio.

And identify a pattern between selectors of different checkboxes. Usually there would an incrementing number index or table row or column values change if these are part of a table or may be something else.

But when you pick these selectors and explore, you will be able to find the pattern.

Once pattern found, get that attribute of the selectors and make it dynamic based on the pattern and set in a loop.

Doing this, you should be able to select whatever checkboxes you want in different iterations.

Regards
Sonali

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