I want to select another option other than already selected option in a Dropdown

2023-09-04 19_40_54-Window
In the given case I want to select the “YES” option if “NO” option is selected already.

Hi @Kranthi_Vadapalli ,

Maybe you would require to first use Get Text / Get Attribute activity and receive the set value.

Then Based on the value present, you would require to either Pass Yes or No In the Select Item activity.

Let us know if you have already tried out the methods and is not working as expected.

Thanks
I haven’t tried with this method yet. Will check now

1 Like

Hi

Welcome to UiPath Forum

you can directly try with SELECT ITEM activity in studio web, did that work

with this you can indicate the drop down so that the activity will show the list of items in that drop and you can choose the item to be selected

Cheers @Kranthi_Vadapalli