Tables

Built-in actions for custom table records

Create Record

Tables

Create a new record in a custom table

Update Record

Tables

Update fields on an existing record in a custom table

Delete Record

Tables

Delete a record from a custom table

Search Records

Tables

Search records in a custom table by free text.

List Tables

Tables

List the custom data tables in this organization.

Get Table Schema

Tables

Get the columns (field schema) of a custom table.

Get Record

Tables

Get a single record from a custom table by id.

List Views

Tables

List the saved views across custom tables.

Get View Items

Tables

Run a saved view and return its records (paginated).

Create Table

Tables

Create a new custom data table.

Update Table

Tables

Update a custom table: rename, change the record prefix or description, set the display field, or archive it. Only provided inputs change.

Delete Table

Tables

Permanently delete a custom table with all its records, fields and views. Irreversible; archive the table instead to hide it.

Create Field

Tables

Add a column to a custom table. Pass before/after (a sibling field key) to position it; omit both to append. Type-specific options: format/render/lengths (string), number format/decimals/currency (number), date/time formats (date), options (enum), target table (record references).

Update Field

Tables

Update a column on a custom table: rename its key, change its type or any type-specific option (type changes preserve existing values), toggle unique, or archive it. Only provided inputs change.

Move Field

Tables

Reorder a column: move a field before or after a sibling field (pass exactly one of before/after).

Delete Field

Tables

Permanently delete a column and its values from a custom table. Irreversible; archive the field instead to hide it.

Create View

Tables

Create a saved view on a custom table. Board, calendar and timeline views need a group-by field key.

Update View

Tables

Update a saved view: rename, change sort, filter or grouping, or archive it. Only provided inputs change.

Delete View

Tables

Delete a saved view from a custom table (a table always keeps at least one view).