Select values from Radio Button

Hi,
How can I select values from a Radio Button.

Eg : (Similar to this) is it possible to do this in UiPath.
image

Thanks,
Anjali

2 Likes

Hi,
Please refer.
More

use UiExplorer to find selector for Red Radio button.
there will be idx value as 0 for Red radio button. If you loop values from 0 to 2 then you can select each radio button based on index value.
Hope my inputs are useful.

I don’t have anything to indicate on screen.

idx means index value which will available on selector

Need is, keep a radio button with 2-3 options eg option 1. Monday 2. Tuesday and 3. Wednesday.

How to do this?

thanks,
Anjali

You mean to say you wants to give user input option to choose radio button?

Yes exactly !

Here we go.
radioButton.xaml (7.3 KB)

5 Likes

@ddpadil
This is really nice… if we increase the list of options then automatically the input Dialog will become a dropdown/list.
No Radio buttons. :slight_smile:

YEP.:crazy_face:

Hi,
If i use UiExplorer to find selector for a particular radio button i am not getting the idx value.what should i do to get that idx value

Thanks,
Niranjanaa