I have a dropdown in UiPath form where I am passing a list of values dynamically. I am using the field key name to pass the values in dropdown But I also need to get the selected value from dropdown as well .
Since we have just one filed key of a dropdown I am not sure how do we use the same key to get the selected values as well. Any help on this please