Record types

Define the record types and fields that your organization collects.
View as Markdown

A record type defines the shape of a record. It sets the fields each record carries, the type of each field, and the title field. You define record types once at the organization level. All spaces reuse them.

Record types are org-level. Admins manage them under Data objects. A space’s Data tab is read-only for definitions. The tab shows a Manage record types button that brings you here. Members create records against these types inside a space. Members do not change the types.

Create a record type

1

Open the New record type dialog

From Data objects, start a new type. The New record type dialog opens: “Name your record type and pick an icon. You’ll define its fields next.”

2

Pick an icon and a name

Choose an Icon and type a Singular name (for example Contact). You can also type a Plural name. The plural is optional. If you leave it blank, it defaults to the singular.

3

Create it

Click Create record type. The editor opens. It has two tabs: Fields and Settings.

If a record type with the same name exists, a banner shows an advisory. The banner is a warning only. You can still create the new type.

The New record type dialog with an icon picker, Singular name and Plural name fields, and a Create record type button

Fields tab

The Fields tab lists the type’s fields in order: “Drag to reorder. Removing a field archives it and keeps its data.” Each row can carry badges: Title, Required, and Unique.

When you remove a field, the app archives it and keeps its data. This is not a hard delete. The data stays on existing records.

The Fields tab of the Invoice record type listing fields with type, Title, and Required badges

Add or edit a field

Open the field form to configure:

  • Label — the name shown on forms and columns.
  • Key“A stable machine identifier. It can’t change after creation.” Exports, integrations, and the API use it.
  • Help text — optional guidance shown with the field.
  • Group — the section that holds the field on the record form.
  • Required / Unique — toggles.
  • Type — the field type. The type is fixed after creation. You cannot change it later.
  • Default value — optional. It pre-fills the field on new records. Date and date-and-time fields also offer Now, Today, or a specific date.

Field types

A record type field is one of 13 types:

TypeStores
TextA short single line of text
Long textMulti-line text
NumberA numeric value
CurrencyA monetary amount
BooleanYes / no
DateA calendar date
Date & timeA date with a time
SelectOne value from a fixed list
Multi-selectSeveral values from a fixed list
EmailAn email address
PhoneA phone number
URLA web link
AddressA postal address

Select and Multi-select carry an Options editor. Add the allowed values there. Each value gets one of 10 tag colors: Gray, Green, Turquoise, Sky, Blue, Purple, Pink, Red, Orange, Yellow.

Settings tab

The Settings tab holds the type-level configuration:

  • Icon and Singular name / Plural name.
  • Identifier — used in exports and integrations. It is fixed after creation.
  • Description — what this record type represents.
  • Title field“The field shown as each record’s title in tables and panels.” This field is pinned to the left of the records table.
The Settings tab of a record type showing Icon, Singular and Plural name, Identifier, Description, and Title field

Using a record type

After you create a type, members create records against it inside a space’s Data tab. You can configure extraction actions to output into the type. When you approve an extraction’s results, the app imports them as records of that type. For programmatic access to record types and records, see the Developers tab.