1
Open the Tables Section
In your workspace, navigate to the left-hand sidebar and select Tables. If this is your first time creating a table, click the Create First Table button.

2
Enter Table Details
Define the properties of your new table. You can keep the default table name or customize it, and optionally add a description. Once you’ve entered the details, click Create Table to proceed.

3
View Your New Table
After creation, your new table will appear in the Tables list in the left-hand pane. By default, each new table starts with:
- Two fields: One Text type and one Number type
- Two empty records ready for data input

Adding Table Fields
To add fields to a Table, follow this step-by-step guide:1
Open the Field Editor
Navigate to your table and click the ”+” button next to the field headers.
2
Define the Field Properties
- Enter a Field Name.
- Select a Field Type (e.g., Text, Number, Boolean).
- (Optional)- Set a Default Value.
- (Optional) Configure Advanced Parameters if needed.
IMPORTANT: The Field Type cannot be changed after the field is created.

Table Field Types
The following field types are supported:Text
Long Text
Number
Single-select
Multi-select
Checkbox
Date & Time
User
Risk management
Button
Reference
Lists
Use the
checkbox
field type for boolean values:- If the
checkbox
is checked, the boolean value istrue
. - If the
checkbox
is unchecked, the boolean value isfalse
.
Table Field Types with Unique Values
This feature ensures that no duplicate values are allowed in a particular column within the table. The Text, Numbers, Users, and Time field types only offer the option to enable unique values option within a column.Enforcing Unique Values in a Table Field
The Unique Values feature ensures that each entry in a specific column is distinct, preventing duplicate values. This can be enabled for the following field types:Text
Numbers
Users
Time

Adding Table Records
To add records to a Table, follow this step-by-step guide:1
Open the Record Editor
In your table, click the New Record button located at the top-right corner.
2
Enter Record Data
Fill in the required data for the new record. Ensure all necessary fields are completed.
3
Add the Record
Click the Add Record button to save the entry. The new record will appear in the table instantly.

Adding Additional Tables
1
To create additional tables
- Click the downward-facing arrow next to the existing tables.
- Select Add Table.
- Enter the necessary details and click Create Table.

How Display Names and Unique Names Work
- After creation, each Table and Field is assigned a permanent, unique name (ID).
- The Display Name remains editable and can be changed at any time.
- The Unique Name (ID) is automatically generated from the Display Name, following these rules:
- All characters are converted to lowercase.
- Spaces between words are replaced with **underscores (_) **.
Retrieving the Unique Name (ID)
To find the Unique Name (ID) of a Table or Field, open the three-dot menu next to it. Examples- Display Name:
Demo table
- Unique Name(ID):
demo_table

Interactive Guide - Tables
You can also refer to the following tutorial guides for a more in-depth understanding of how to create a table, add a new table record and add table fields.Create your First Table
Create your First Table
Add New Table Records
Add New Table Records
Add a Table Field
Add a Table Field