Hi guys I need to read the radio button from the excel I am expecting that it should give true if the radio button checked or else false

Hi
Welcome to UiPath forum

  1. 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

  2. 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