Creating Tables
Create a New Table
- Go to Dashboard → Tables
- Click + New Table
- Enter a table name (e.g., "Leads", "Orders", "Inventory")
- Add columns with names and types
- Click Create
Adding Columns
Click + Add Column to add a new column to your table.
Column Configuration
| Setting | Description |
|---|---|
| Name | Column name (used in queries and expressions) |
| Type | Data type (see Column Types below) |
| Required | Whether the field must have a value |
| Default Value | Value used when no value is provided |
| Unique | Enforce unique values across all rows |
Editing Table Structure
Add a Column
- Open the table
- Click + Add Column in the header row
- Configure the column settings
- Click Save
Rename a Column
- Click the column header
- Select Rename
- Enter the new name
- Click Save
Delete a Column
- Click the column header
- Select Delete Column
- Confirm the deletion
caution
Deleting a column permanently removes all data in that column across all rows.
Reorder Columns
Drag column headers to rearrange their order in the table view.
Adding Data
Manual Entry
Click any cell in the table to edit its value. Press Tab to move to the next cell, Enter to save and move down.
Add Row
Click + Add Row at the bottom of the table to add a new empty row.
CSV Import
- Click Import in the table toolbar
- Select your CSV file
- Map CSV columns to table columns
- Click Import
Supported formats: CSV (comma-separated), TSV (tab-separated).
Deleting a Table
- Open the table
- Click the ... menu → Delete Table
- Type the table name to confirm
- Click Delete
danger
This permanently deletes the table and all its data. This action cannot be undone.