Changes a specific column's value for a Monday.com item using a simple string, suitable for Text, Status, or Dropdown columns; can create new labels if `create_labels_if_missing` is true for Status/Dropdown columns.
valueRequiredstringNew string value. For Status columns: use either a label name (e.g., 'Done', 'Working on it') or an index number as string (e.g., '1'). For Dropdown columns: use the label name. For Text columns: use plain text.
item_idRequiredintegerThe unique identifier of the item for which the column value will be updated.
board_idRequiredintegerThe unique identifier of the board where the item and column are located.
column_idRequiredstringIdentifier of the column to change; typically a Text, Status, or Dropdown column.
create_labels_if_missingbooleanFor Status/Dropdown columns: when true (default), the label will be matched or created if it doesn't exist. Set to false only when using index values or when you want strict label matching.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.