Click act

I’m using click activity on checkbox it should click on check box when it is tick and if it is not tick on check box, the click should not be work.

@Ak_4
Using element exists to check the check box is selected or not if it is true then use click activity else nothing

have a look on this activity:
https://docs.uipath.com/activities/docs/n-check

Or use get attribute in advance to retrieve the check state and then do click or not

Hi @Ak_4,

Use check actvity
image

Thanks,
Rajkumar

use can set the option
image

@Ak_4

Use check activity & in properties under action select “Check”

Try this it will work

Thanks
Varun

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