Tables and data

Validation rules

Rules a value has to pass before it is saved at all.

When adding or editing a column you can set rules that every entry must pass:

  • Required — the field can't be left empty.
  • Min / Max — for number and currency columns, an allowed range (e.g. Quantity between 1 and 100).

These combine with the type's own checks — a required Email still has to be a valid email.