Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
Board IDThe board identifier.
Column IDThe column identifier on your board.
Create Labels If MissingIf specified creates the labels if they didn’t exist previously.
Item IDThe item’s identifier.
ValueThe new simple value of the column. You can find more about simple column values in Column Types Reference.

Example Output

{
	"data": {
		"change_simple_column_value": {
			"id": "5551333424"
		}
	}
}

Workflow Library Example

Update Column Value with Monday and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop