Skip to main content

List boards in make.com not working

  • March 25, 2024
  • 12 replies
  • 367 views

Kofi
  • Participating Frequently
  • 10 replies

List boards module in make.com returns a very odd error:

RuntimeError
[200] [{“message”:“Cannot return null for non-nullable field Board.owner”}]

When I use a GraphQL Query it does work.

Anyone know why?

12 replies

  • New Participant
  • 4 replies
  • March 26, 2024

Same here … very annoying 😦 Please help community


JHconsultancy
  • monday.com Partner
  • 8 replies
  • March 26, 2024

Hi,

It’s more likely it a make.com issue since when you use the GraphQL Module it does work.

Maybe try reaching out to make.com support or on the make.com community

Hope this helps


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • March 27, 2024

Hello everyone!

What block are you using in Make.com and what data are you passing?

You don’t need to share the actual data. It can be mock data using the same format 😁

Looking forward to hearing from you!

Cheers,
Matias


Kofi
  • Author
  • Participating Frequently
  • 10 replies
  • March 27, 2024

Hi Matias,

It is the List boards module, settings were limit 10. Input was workspace ID. Does this help?


  • New Participant
  • 1 reply
  • March 28, 2024

Having the same issue since Wednesday, has anyone found a fix for this yet?


  • New Participant
  • 1 reply
  • March 28, 2024

Hi all,

This 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.


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • March 28, 2024

Hello everyone,

monday’s R&D team is working on this as we speak 😁

We will keep you posted!


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • March 31, 2024

Hello again,

This should be working well for everyone now 😁

Cheers,
Matias


tomaz309
  • Participating Frequently
  • 5 replies
  • October 7, 2024

Hi Matias, popping here with the same issue just in the list group’s items, both the module and when using GraphQL query.

Any chance we can revive this? really looking for some help here.

Thanks!


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • October 9, 2024

Hello there @tomaz309,

Would you be able to please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it?


tomaz309
  • Participating Frequently
  • 5 replies
  • October 9, 2024

Hi Matias, thanks. I just sent the relevant information via this form. Thank you!


Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • 3512 replies
  • October 10, 2024

Thank you @tomaz309 ! Our team will take a look!