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?