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.