Checkin not working

Check ‘LABEL’: Attribute not supported by the current UiNode.
I am getting this error.
If I use click option it is again unchecking

Hi @KarthikBallary

Have you used check activity

Thanks
Ashwin.S

yes!

if I use click
for each value1:
for each value2:
if value1Equals(value2)
click.
It will click the checkbox when it goes back for loop again uncheck

Hi @KarthikBallary

Is the selector dynamic or static?

Thanks
Ashwin.S

I have made dynamic

Hi @KarthikBallary

U can do one thing use get attribute activity and use aastate property check if strvar.tostring.contains(“aastate property”)
Then use check activity

Thanks
Ashwin.S

if I use add to collection. In order to fetch the collection using for each what must be argument type string ot object

I am getting attribute not supported by current ui node. Y is it so?