Update Database Cell
update_database_cellModify a cell value in an AFFiNE database row, update the row title for Kanban cards, or link the row to an existing document.
Instructions
Update a single cell on an existing AFFiNE database row. Use title to update the row title shown in Kanban card headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Workspace ID (optional if default set) | |
| docId | Yes | Document ID containing the database | |
| databaseBlockId | Yes | Block ID of the affine:database block | |
| rowBlockId | Yes | Row paragraph block ID | |
| column | Yes | Column name or ID. Use `title` for the built-in row title. | |
| value | No | New cell value | |
| createOption | No | For select and multi-select columns, create the option label if it does not exist (default true) | |
| linkedDocId | No | Link this row to an existing doc by ID. Replaces any existing title with a linked doc reference. |