Getting data from the check box

Hi
Please help me to resolve the following issue. I have a user access screen from that I need to extract the data where check box is checked. then assigned the same access to another user.

image

Hi Naresh,

If check box is identifiable by UIPath, then you can directly go ahead with Get Attribute activity and input the attribute as “aastate”.

This will return you whether the checkbox is selected or not.
In a similar pattern you can follow for all the checkboxes and achieve the requirement.

Hope it helps.

Thanks! It worked. Would you please suggest the activity with that I can assign the stored value to another user?