Bizarrely, my Make.com scenarios that use the Search Items in Board the Board by Column Values model started failing with a 500 Internal Server error. I have tried the GraphQL Items by column values query and get the same result. All other MOnday.com modules work without an issue. It doesn’t matter which field I try and search on or which board.
Any ideas please? This is severely impacting my business and Monday.com Support pointed my in this direction.
Works but anything with items_by_column_values doesn’t e.g.
query {
items_by_column_values (board_id: 1234567, column_id: "date", column_value: "2019-02-06") {
id
name
}
}
returns an internal server error. I assume items_by_column_values is the GraphQL query that the Make.com module uses too, so seems to be an issue with this query.
I was able to get a 500 error when the board_id value is to a board that does not exist or exists in a different account than the authorization I’m using.