Ref vs Enum while using "Other" value

Hello!

I need some help with determining which Column Type/configuration to use in the case below:

I have a column/form field that looks into a read only reference data source for a list of IDs, Names, and group IDs.

I am filtering the records by the group IDs based on a previous selection in the form. (It shows the user the label of the record (Name) and saves the key (ID) in the column which is what Iโ€™m looking for)

I need the option to let the user select an โ€œOtherโ€ value that doesnโ€™t exist in the reference data.

Right now, I have the column type set to โ€œRefโ€ and Iโ€™m using the โ€œSuggested valuesโ€ to do the filtering of the reference data.

I tried to change the column type to โ€œEnumโ€ and use the โ€œAllow other valuesโ€ feature, but it displays the key to the user instead of the label.

Solved Solved
0 2 290
1 ACCEPTED SOLUTION

@Aurelien Thanks for your reply!

The reference table is read only as the data originates from a SQL database and should only include the original records and not anything the user would add.

I was actually able to add the static record through SQL in order to bring it in so I think Iโ€™m good here.

View solution in original post

2 REPLIES 2
Top Labels in this Space