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
a!localVariables( local!save, a!multipleDropdownField( choiceLabels: { 1, 2, 3, 4 }, choiceValues: { 1, 2, 3, 4 }, labelPosition: "ABOVE", placeholder: "--- Select Experience ---", value: local!save, saveInto: { local!save, a!save(ri!save, joinarray(local!save, ";")) }, searchDisplay: "AUTO", required: true, validations: {} ) )
This was the error i got while running the code and chose more than a single value.
I hope you need to keep a ruleInput as named "save". Can you please check once?
You need to create rule input name called “save” as string and array.