Check and Uncheck

Hi
Multiple check boxes

The process in my project is First it will check the 1st check box and complete the process and come back again to ckeck 2nd check box, but it is checking the 1st checkbox default.

I worked on selector to, not working and i used Check Activity, Click and get Attributes.

Is there any process can i try
image

This is the above one, when i select the check box, the selectors will seen and the only thing

Use Check activity but in proprities pic Toggle in the action TAB

test

It works for me…

I tried too it will work but want happens when the first process is complete it should go for second,
the Toggle will be check the first process again because it is unchecked one, that will be again check the first one.
In this process it should go second check box

Check whether idx is incrementing for checkboxes then follow below.

variable increment=1

Change 444 to “*” and idx= increment
increment=increment+1

and loop till count of checkboxs

do you use your process list like a datatable and then for each row? If not usit

Use Check activity but in proprities pic Toggle in the action TAB

test

and in your selector dont pic name and Id becouse they are dynamic or if you pic them you must now how to work with dynamic selector change:

in selector “name: sID*” replace 444 to *

Thanks I got this one

1 Like

Could you please clear which solution you applied here and from whom?