Skip to main content

Get Column Values

Returns a collection of column values of a specific column in a specific board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Board IDThe board's unique identifier.
Column IDThe column's unique identifier.

Example Output

{
"data": {
"boards": [
{
"items_page": {
"items": [
{
"column_values": [
{
"text": "Working on it",
"type": "color",
"value": "{\"index\":0,\"changed_at\":\"2022-01-01T01:01:01.876Z\"}"
}
]
},
{
"column_values": [
{
"text": "Stuck",
"type": "color",
"value": "{\"index\":0,\"changed_at\":\"2022-02-02T02:02:02.876Z\"}"
}
]
}
]
}
}
]
},
"account_id": 12345678
}

Workflow Library Example

Get Column Values with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop