Tables and data

Column types

Every column type, and what each one does to the data inside it.

Every column has a type, and the type does real work: it validates what can be typed, formats what's shown, and picks the right editor (a date picker for dates, a star row for ratings, a color picker for colors).

TextShort free text — names, titles, SKUs.
Long textLonger notes; the editor grows to fit.
NumberPlain numbers. Sums appear in the table footer.
CurrencyMoney, always shown with two decimals. Sums in the footer.
DateA calendar date, picked from a date picker.
TimeA time of day, stored 24-hour, shown as 12-hour with AM/PM.
Date & timeA date and a time together, in your local timezone.
CheckboxA simple on/off tick.
EmailValidated as a real email address format.
PhoneValidated as a phone number.
URLValidated as a web link.
DropdownOne choice from a list of options you define.
RatingA star rating out of 5.
FormulaCalculated live from other columns — see the Formulas article.
ChecklistA list of sub-items you can tick off, shown as “2/5 done”.
ColorA color value with a native color picker.
AddressA structured address (street, city, state, postal code, country).
Link to tablePoints at a row in another table (or several, if you tick “allow multiple”) — e.g. an order line linking to its Product. The row-details view (the link icon on any row) also shows the reverse side: every row that links back to it.
FileAn uploaded file (PDF, document, anything) stored privately in your workspace — click to open via a secure, expiring link.
ImageA picture upload, shown as a thumbnail in the grid — the same private storage as File, picked from your photo library or camera roll.
Created atSet automatically to when the row was created. Read-only.
Created bySet automatically to who created the row. Read-only, can't be faked.
Team memberSomebody on your team. Pick a person and the row is theirs — they can filter the table down to just their own rows with “Assigned to me”. It stores the account, not a typed name, so it keeps working when somebody’s name or email changes.
LookupShows a value from a row you have linked to — follow one of this table's link columns and pick a column on the other side. An order line can show its product's SKU, price or category without anybody copying it across, so it can never fall out of step with the product row. Read-only.
ButtonA button on every row. Choose what it does when you add the column: Invoice / PDF opens that row's printable bill, and Ship via courier books the parcel with NCM or Pathao using the credentials in Settings. Both are things you could already do by opening the row — the column puts them next to the row instead. Holds no value of its own, so it exports blank and an import cannot write to it.