Building record types is for Builders and Admins. Managers and Members don’t see the New record type or Add field buttons. See Roles and permissions.
Create a record type
You start a record type the same way from the org library and from a project’s Record types tab: click New record type.1
Open the New record type dialog
Click New record type. The dialog opens with the line “Name your record type and pick an icon. You’ll define its fields next.”
2
Pick an icon and a name
Choose an Icon, then type a Singular name (for example Invoice). The Plural name is optional — leave it blank to reuse the singular as-is.
A blank plural name does not auto-add an “s”. If you want Invoices, type it.
3
Create it
Click Create record type. The new type starts with a single required text field called Name so it’s valid right away, and you land in the schema editor to add the rest.
If a record type with the same name already exists, you’ll see an advisory banner. It’s a warning only — you can still create the new one.
The schema editor
The schema editor is where you shape a record type. It’s the same editor everywhere a record type lives. It has two tabs: Fields and Settings. A ”…” actions menu in the header holds Delete record type.Fields tab
The Fields tab lists the record type’s current fields in order. Each row shows the field’s label, a type badge (such as Text or Currency), and badges for Title, Required, and Unique where they apply.1
Add a field
Click Add field, fill in the field form, then save. See Add or edit a field.
2
Edit a field
Click the pencil on a field’s row.
3
Reorder fields
Drag rows up or down. This order is the order fields appear on the record form and the default column order in the table.
4
Remove a field
Click the trash on a field’s row.
Settings tab
The Settings tab holds the record type’s own details:- Icon and Singular name / Plural name — the names shown across the app.
- Identifier — used in exports and integrations; safe to leave as-is. The singular form is fixed after creation.
- Description — a short note on what the record type represents.
- Title field — pick which field is shown as each record’s title in tables and panels.
Add or edit a field
The Add field / Edit field form defines what a single field stores on every record.
Click Add field (when adding) or Save field (when editing) to apply.
Field types
Pick the type that matches the data the field captures. Some types have extra settings you configure in the same form.Text
Text
A single line of text. Optional setting: Maximum length.
Long text
Long text
A multi-line paragraph.
Number
Number
An integer or decimal value. Set the Number type (Integer or Decimal); for Decimal, set Decimal places. Set Display to Plain or Percentage.
Currency
Currency
An amount with a currency code. Set the Default currency: USD, EUR, GBP, CAD, AUD, JPY, or CHF.
Boolean
Boolean
A true / false toggle.
Date
Date
A calendar date.
Date & time
Date & time
A date with a time of day.
Select
Select
One choice from a fixed list. You define the Options (see below). A Select field needs at least one option before it can be saved.
Multi-select
Multi-select
Several choices from a fixed list. You define the Options and an optional Maximum selections.
Email
One or more email addresses. Optional setting: Maximum addresses.
Phone
Phone
A phone number with calling code.
URL
URL
A labelled web link.
Address
Address
A postal address — street, city, state/province, postcode, and country.
Select and Multi-select options
When the type is Select or Multi-select, an Options editor appears. Each option has a label and a color (Gray, Green, Turquoise, Sky, Blue, Purple, Pink, Red, Orange, or Yellow), shown as a colored badge in the table and record panel. Use the arrows to reorder and the trash to remove, and click Add option to add more.An option’s stored value is frozen once saved — relabeling it later keeps existing records pointing at the right option. You must add at least one option before the field can be saved.
Default values
The Default value control matches the field’s own type, so you set it the way a person would fill the field. A few types work a little differently:- Boolean — choose No default, True, or False.
- Date / Date & time — choose No default, Today (or Now for date & time), or Specific date to pick one.
- Currency — enter an amount; the currency comes from the field’s Default currency setting.
Where to go next
Record types overview
What record types are and the three scopes they live in.
Enter and edit records
Add records by hand and work with the records table and views.
Review AI-extracted values
Approve, correct, or reject the values Florent writes into records.