Hi
Welcome to UiPath forum
-
For getting the text of radio button we can try with either Read cell activity if the radio button is in a single cell or use SCREEN SCRAPPING method to get the text
-
To check whether it is enabled or not
-use a start process activity and pass the filepath of the excel as input to filepath property
-this will open the excel up front
-then use a ELEMENT EXISTS or IMAGE EXISTS activity to indicate that radio button being enabled
Which will give us true or false on whether it is enabled or not
Check this thread for more details
Cheers @shilpagowda3157