Tables and Schemas
Create internal tables to store catalogs, reference data, and custom records without needing an external database.
Internal tables
Internal tables work as a database built into the platform. You can create tables with typed columns, add records, and use them in workflows, forms, and reports. They are ideal for product catalogs, employee lists, configuration data, and any type of reference data.
Create a table
- Go to the Database section and click "New table".
- Assign a name to the table.
- Define the columns with their name and data type (text, number, date, boolean, etc.).
- Add records manually or import data.
Use tables in workflows
The "Read Database" and "Write Database" nodes in the workflow builder allow you to read and write records in internal tables. This enables scenarios such as looking up a product in a catalog, updating the status of an order, or recording the result of a process.
Next step
Learn to use the SQL Assistant to query data with the help of artificial intelligence.