External DocumentationTo learn more, visit the Monday documentation.
Actions
Update Column Value
Changes the value of a column in a specific item (row) with a string value.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Board ID | The board identifier. |
| Column ID | The column identifier on your board. |
| Create Labels If Missing | If specified creates the labels if they didn’t exist previously. |
| Item ID | The item’s identifier. |
| Value | The new simple value of the column. You can find more about simple column values in Column Types Reference. |
{
"data": {
"change_simple_column_value": {
"id": "5551333424"
}
}
}
Was this page helpful?