Skip to main content
A table is structured, workspace-scoped data: a set of typed fields (columns) and rows (records). Tables are the foundation for tracking work, and they are what a Database or Custom App is built on.

Fields

Fields define the schema of a table — each has an ID, a type, and configuration. Manage them with kylon workspace field.

Rows

Rows are the records in a table. Create, read, update, and delete them with kylon workspace row. Row-level changes can also trigger workflows.

Views

A view is a saved filter, sort, grouping, and column layout over a table. Views let different consumers see the same data shaped for their needs without duplicating it. Filters use a structured JSON DSL, for example:
Use manifest field IDs exactly (snake_case). See kylon workspace table and kylon workspace field.