Uipath Forms Arguments


I am trying to pass a list to UiPath forms, it goes ok but when i try to get the result for the selected dropdown item, it come backs the entire list, i want just the selected item, without use json

@iplinsky Hello,
One problem I see which is stated in the error message you posted is the same name is used for DropDown choices In and DropDown Out. Change the name of the Out or In, like DropDownChioces for In and DropDownSelection Out. This should resolve your issue.

The problem is that the list with strings is the input with all the strings for select on drop down. but when I run the forms, the out results are too the same list, instead of this, would be only the value selected on forms