How to click the desired value for radio button and the dropdown value from the adjacent field

Hi,

I need help with solving the following problem statement:

I read excel and get input value to select one of the radio button and then select the corresponding dropdown value adjacent to it. Can some one please help me how to do it?
The following is the screenshot attached.

Hi @Ruchita_Patil,
If the drop down menu has unique name so you can simply make click activity or select item activity and add Anchor Selector using the name beside of drop down menu or the unique value of every drop down menu. hope my this solve your issue if not please update us :slight_smile:

I have to make this whole process dynamic
So If I have to select the second radio button with value (for ex) Rose and then select 3rd value from the adjacent dropdown, what should be the approach?
Also, the values to be selected will be read from excel

you can do it by bypass the value in selector it will help you for doing this action you can also find how to make this from below video please check that and update us