Selected Value Binding is not listed in Dropdown Input

I have added a dropdown to the UiPath App.
I have added three option like in list source {option1, option2, option3}.ToArray().ToListSource()

I want to store the selected input to a variable. but i dont find the option of Selected Value Binding as mentioned in UiPath documentation.

How can i do this?

Hi @digvijay.singh

May be you have created the UiPath apps project with vb. In the Vb there is no option Value binding.

Follow the below steps to store the dropdown selected value in a variable -
→ Select that dropdown and in the right go to events → Edit rule → Click on + icon → Search for set value → In Item to set field create a variable to store the selected option in the dropdown → In the Value field click on Expression editor → Then give MainPage.Dropdown.SelectedItem.toString.

Check the below image for better understanding,
image

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.