Monday.com module List Boards not working

Hi,

Our scenarios that use a List Boards module are currently broken because the module is not working.
It gives back the {“message”:“Cannot return null for non-nullable field Board.owner”}] error.

See screenshot:

Hope this gets fixed soon as these breaks some of our core scenarios.

Hi all.

In case someone else is experiencing this, it is an issue from Monday, support techs confirmed it. As far as I know they are working on it.

Until then, you can do a workaround using a GraphQL Query (get), something like this should work:

query {
boards(workspace_ids: WORSPACE_ID, order_by: created_at) {
id
name
state
type
}
}

Hope this is fixed soon by the Monday team soon.

3 Likes

Thanks for forwarding the Monday response to us. If there are any further updates on the fix, please let us know.

2 Likes

Hi,

Monday confirmed this is fixed.

2 Likes