How to read selected item?

Hi to all,
I have an activity in which I have to collect elements from a panel, to edit a Template in Word.
I have a problem collecting the selected item on my screen.
image

in my template I should write: “Uplinked”.

How do I know which selection is clicked? :expressionless:

Hi @AaronMark !
To check if a radio button is checked or not, I would use Get attribute activity. And to know which name attribute is to be looked for, you could use UiExplorer to see what is the tag name that contains the information “checked” or “unchecked”

If needed, we can look together for a realistic example :wink:

1 Like