I want to check and uncheck on multiple values?

Hi every one,

In one Application i need to check in each row in each cell if its having check box bot should checked it.
The User inter face looking like given below,

Kindly let me know by using which activity or logic i can achieve this.

Thank you!!

Hi @vineelag

Use For Each UI Element activity inside use Check/UnCheck activity

Regards,

Hi @vineelag

Use Table Extraction to extract data from each row. Then, use the ‘Get Attribute’ activity to check whether each row is selected or not.

Hi @pradeep931

can you share Work flow image or xaml With me.

Thank you!

hi @lrtetala

The Application resides in Internet Explorer, I tried to use modern activities but Selectors are not supporting on modern activities.
So I am using Classic Activities is there any other approach.

Thank you!!!