Adding values to a field
- Open the Collection’s settings and go to the Fields tab.
- Click the chip for the field you want, then Manage Allowed Values.
- Type the option’s text under Add Value, pick a color, and press Add. A preview chip shows what it will look like.
- Press Save changes on the settings form. Until you do, the list is not saved.
- Value — what is actually written onto the Item. Generated from what you typed,
lowercased with spaces turned into underscores: “In Repair” becomes
in_repair. - Label — what people see in the picker and on the Item. This keeps your capitals and spacing: “In Repair”.
- Color — the color of the chip for that option.
item.status == "in_repair", not "In Repair".
Colors are configured once and apply everywhere
The color on each option is not just decoration in the picker. It is the color of that value’s chip wherever the field is rendered:- in the Items table,
- on the scanned Page, for Tags and for a Banner section bound to that field.
overdue set to red shows red in your Items table and red on the page a
customer scans, without configuring it twice.
The match is on the stored value, exactly. If an Item holds a value that is not on the list —
usually because it was imported, or typed in while
Allow New Values was on — it still displays, but with no color,
because there is no option to take a color from.