set_cell
Update one cell in any board item by providing the column ID and new value, along with project and board identifiers to locate it.
Instructions
Set a single cell value on an item by columnId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The new cell value; shape depends on the column type | |
| itemId | Yes | ||
| boardId | Yes | ||
| columnId | Yes | ||
| projectId | Yes |