I have used an multiple dropdown box here and whenever i try to select more than 1 option from the multiple dropdown list it is showing this error. Can anyone please guide me through this issue kindly.Thanks and Regards.
Discussion posts and replies are publicly visible
The error occurs because the variable in value and saveInto is not a List of Text. For a multiple dropdown, ensure the variable is a list and multiple: true is set.