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.
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
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.