Unable to have default values selected for Multiselect

Hey team,

I have some multiselect components which I am trying to set some default values for. I am trying to set the values from the data returned from the Retool DB, however when that didn't work, I tried to hard code in some of the values to verify what I was doing is correct and that also did not work.

Is there some other method I should try?

Thanks in advance!

Your Default value needs to be in {{ and }} and match one if the options in the multi-select array

Hey @ScottR, thankyou for your response.

I tried doing that and it wasn't working as expected. I found out that one of the contributing factors was the data not being set correctly as JSON in the database. Once I had this set correctly, the default value is working with the multiselect.