collab.spaceDocumentation

Field Types

The Database app supports a comprehensive set of field types to capture any kind of data.

Basic Types

TypeDescriptionDisplay Formats
TextSingle-line text inputPlain Text, Rich Text (HTML), Dropdown
NumberNumeric valuesPlain Number, Currency, Percentage
DateDate pickerDate Picker
CheckboxTrue/false toggleCheckbox
Multi-line TextMultiple lines or list valuesPlain Text, Multi-select

Reference Types

TypeDescription
UserSingle team member reference
UsersMultiple team member references
Entry LinkLink to another database entry
Entry LinksLinks to multiple database entries
Record LinkLink to issues, meetings, documents, files, or milestones
Record LinksLinks to multiple records

Special Types

TypeDescriptionDisplay Formats
FileFile attachment referenceFile Upload, Image Preview
LocationGeographic coordinates or addressCoordinates, Address, Both

Configuring Fields

When adding a field, specify:

  • Label - Display name shown in the UI
  • Field Name - Internal identifier (auto-generated from label)
  • Type - The field type from the list above
  • Display Format - How the field renders (type-specific options)
  • Required - Whether the field must have a value
  • Unique - Whether values must be unique across entries

For Entry Link and Entry Links fields, you can optionally restrict which database types can be linked using the Allowed Schemas setting.

For Record Link and Record Links fields, you can optionally restrict which record types (Issues, Meetings, Documents, Files, Milestones) can be linked using the Allowed Record Types setting.

For dropdown and multi-select fields, define the available options using the options editor.