Hi 👋
I know it has to be something obvious, and that it’s my fault but for the life of me I can’t get items_by_column_values to return any items. I’m using the API explorer and this is my query:
{
items_by_column_values(board_id: 266640420, column_id: "link3", column_value: "helpscout", state: all, column_type: "link") {
id
name
}
}
I’ve checked the board id, and column id and data a hundred times 😦 And that same query on monday.com returns tens of items.
Thank you!
edit: just to be clear, I’m not getting any errors but an empty data set:
{
"data": {
"items_by_column_values": _]
},
"account_id": 4243510
}