I have a litte question concerning the use of array and multi-enum fields.
When defining a field as array or multi-enum users can enter their own values only if there are no predefined options. But is it also possible to add new options when there are existing values?
For example: The array list contains the three values "red", "green", "blue" and a user has to add value "yellow" when entering new dataset. Is that possible? And if yes, could the new values stored so that for the next time a record is created you can choose them?
When defining a field as array or multi-enum users can enter their own values only if there are no predefined options. But is it also possible to add new options when there are existing values?
For example: The array list contains the three values "red", "green", "blue" and a user has to add value "yellow" when entering new dataset. Is that possible? And if yes, could the new values stored so that for the next time a record is created you can choose them?
Comment