API stopped returning “value” field for “board_relation” columns
Our code depends on these values. Change happened recently but I cannot tell when exactly.
I have reported this issue to Monday.com on Thursday afternoon. We have not heart anything back since then besides “we’ve escalated the issue.”
We are desperate for a fix, all development has been entirely halted until we can get this issue resolved. Can someone help!?
This renders our app unusable for all customers.
Example:
query {
boards(ids: 8853835590]) {
items_page(limit: 50) {
cursor
items {
id
name
email
created_at
updated_at
state
board {
id
}
creator_id
column_values {
id
value
text
column {
title
}
… on BoardRelationValue {
display_value
}
}
}
}
}
}
Response: (showing connect_board response.)
"id": "connect_boards_mkn2a222",
"value": null,
"text": null,
"column": {
"title": "Kit Assigned"
},
"display_value": "ECS #1"
}