Check 'LABEL ': Attribute not supported by the current UiNode

Uipath version
image

I need to uncheck:

Hi @Mallika

instead of check activity use click activity that will work.

Regards,
Kommi Jeevan.

Thank you for the quick reply.
Can you suggest how can I take care dynamically of clicks?
I mean for 1st record, first two option remains checked rest i need touncheck
2nd record, all unchecked except last and so on.

Hi @Mallika,

Normally, when a checkbox or element is checked, the selector may changed, for example, the class attribute may be different. You can try to check of the selector when the case is checked exist and make your operation based of the test.

Of course, your input data must contains the decision if the checkbox must be checked or not. Just make a “if” decision on it.

Regards