Skip to main content

Creating Tables

Create a New Table

  1. Go to Dashboard → Tables
  2. Click + New Table
  3. Enter a table name (e.g., "Leads", "Orders", "Inventory")
  4. Add columns with names and types
  5. Click Create

Adding Columns

Click + Add Column to add a new column to your table.

Column Configuration

SettingDescription
NameColumn name (used in queries and expressions)
TypeData type (see Column Types below)
RequiredWhether the field must have a value
Default ValueValue used when no value is provided
UniqueEnforce unique values across all rows

Editing Table Structure

Add a Column

  1. Open the table
  2. Click + Add Column in the header row
  3. Configure the column settings
  4. Click Save

Rename a Column

  1. Click the column header
  2. Select Rename
  3. Enter the new name
  4. Click Save

Delete a Column

  1. Click the column header
  2. Select Delete Column
  3. 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

  1. Click Import in the table toolbar
  2. Select your CSV file
  3. Map CSV columns to table columns
  4. Click Import

Supported formats: CSV (comma-separated), TSV (tab-separated).

Deleting a Table

  1. Open the table
  2. Click the ... menu → Delete Table
  3. Type the table name to confirm
  4. Click Delete
danger

This permanently deletes the table and all its data. This action cannot be undone.