How to retrieve the selected item from dropdown in uipath form into a string variable

Hi,

I want to save the selected item from the dropdown in UiPath form into a string variable

Cheers!

Hi @Dinesh_Guptil you can use get text or get full text activity to retrieve the text from drop down option and store in string variable

Thanks,
Suresh.

if this with respected to UiPath forms, you can get the output of the activity and parse the json or you can use variable too