Multiselect options in the form keep resetting to blue, green, red

We have a form that is generated based on the table in the database an allows to update each row (basically your page generation functionality). One of the fields in the form is a multiselect. Changing that multiselect options to the ones we want works until a page refresh when the labels and values reset to the default red/green/blue.

How to make our custom values stay put?

You can use the Appsmith store to track the default value of the currently selected value.
When the value changes, you update it in the appsmith store. That way, the values stay even after refresh

1 Like

The issue was that all the values disappear from Options of multiselect and are reset to default (blue, green, red). storevalue() didn’t hep, what helped is disabling auto-generate form option.