Creating a Table
1
Navigate to Tables
Go to the Tables section from the main navigation.
2
Create a new table
Click New Table and give it a name and optional description.
3
Add columns
Click Add Field and choose a column type. Give it a name and configure any options.
4
Add rows
Click Add Row to start entering data, or import from CSV.
Column Types
Working with Data
- Edit cells by clicking directly on them in the table view
- Rename columns from the column header menu
- Change column types after creation
- Delete columns from the header menu
- Delete rows by selecting them and using bulk delete
- Import CSV to populate a table from a CSV file
Using Tables in Workflows
Add a Tables node to your workflow to interact with your tables programmatically:- Read Table — Get all rows
- Query Rows — Search for specific rows
- Add Row — Insert new data
- Update Row — Modify existing data
- Delete Row — Remove data