Tables
Built-in actions for custom table records
Manage Records
TablesCreate, update and/or delete records in a custom table, one or many per call.
Create Record
TablesCreate a new record in a custom table
Update Record
TablesUpdate fields on an existing record in a custom table
Delete Record
TablesDelete a record from a custom table
Search Records
TablesSearch records in a custom table by free text and/or structured filters (numeric, date, enum conditions).
List Tables
TablesList the custom data tables in this organization.
Get Table Schema
TablesGet the columns (field schema) of a custom table.
Get Record
TablesGet a single record from a custom table by id.
List Views
TablesList the saved views across custom tables.
Get View Items
TablesRun a saved view and return its records (paginated).
Create Table
TablesCreate a new custom data table. If a similarly named table may already exist, check List Tables first and confirm with the member before creating a duplicate.
Update Table
TablesUpdate a custom table: rename, change the record prefix or description, set the display field, or archive it. Only provided inputs change.
Delete Table
TablesPermanently delete a custom table with all its records, fields and views. Irreversible; archive the table instead to hide it.
Manage Fields
TablesCreate and/or update columns on a custom table, one or many per call.
Move Field
TablesReorder a column: move a field before or after a sibling field (pass exactly one of before/after).
Delete Field
TablesPermanently delete a column and its values from a custom table. Irreversible; archive the field instead to hide it.
Create View
TablesCreate a saved view on a custom table. Board, calendar and timeline views need a group-by field key.
Update View
TablesUpdate a saved view: rename, change sort, filter or grouping, or archive it. Only provided inputs change.
Delete View
TablesDelete a saved view from a custom table (a table always keeps at least one view).