Get selected value from Dropdown in UiPath Forms

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

@HappyCoding

You need to use get form values to get the selected value…here is an example on how to use

Hope this helps

Cheers