Error in Multiple Dropdown

Certified Associate Developer

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

Parents Reply
  • 0
    Certified Lead Developer
    in reply to chaliki
    However, we can assign a joinArray in a!save() and map the value to the ruleInput.

    As I mentioned yesterday, I would strongly recommend avoiding using JoinArray or other ad-hoc methods of concatenating the array, since parsing the joined string back into its original members often becomes tricky when corner cases are introduced (especially when there's any confusion about delimiters, extra whitespace, etc).  A JSON string is definitely the way to go when needing to store multiple values in a single string in a future-proof manner, despite that it's not exactly a Best Practice to even do this in the first place.

Children
No Data