Field types
Adding records
Three ways in:- By hand, typing straight into the table
- From a flow, using the Tables piece to create or update records
- From a CSV, see Import and export
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
The building blocks of a table
| Type | Use it for | Why not just text |
|---|---|---|
| Text | Names, notes, IDs, anything freeform | |
| Number | Amounts, counts, scores | So you can sort and compare properly |
| Date | Birthdays, due dates, calendar days | So “before” and “after” mean something |
| Date & Time | Timestamps, appointments | So the time of day survives |
| Dropdown | A fixed set of options | So values stay consistent and typos can’t creep in |
Was this page helpful?