Hi - I have a number of fields in different tables which are Enum with base type Ref. For all of these fields, the user can add new values instead of selecting from the existing list.
However, when the user first creates the value the id is written to the table. But any subsequent use of the (new) value, results in the label being written. The fields are sorted using Sort(reftable[sort column]) in the “Suggested values” formula, but no other non-standard settings have been set.
Row 25 is when the value “Beef” is first created in the base ref table. When it is later used again on row 38 it uses the label value “Beef” instead of the is 3efdf585.
Thanks for your suggestion, this resolved the problem. Although, it has removed the search from the enum fields dropdown - do you know if this can be added back?