HELP Monday.com node keeps erroring when it shouldn't

I have a Monday.com create: boardItem node that keeps erroring despite all appropriate information being present.

Here is the kicker…it is WORKING. As in, it creates the items with proper names in the proper group and everything. BUT it still throws and error and therefore stops the flow.

What is going on here?

This is the error I get: Problem in node ‘Monday.com4‘

Cannot read properties of undefined (reading ‘create_item’)

Information on your n8n setup

  • n8n version: 1.54.4
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: windows 11

It was because for some reason the filtered out table data is still present at this point in the flow and therefore they throw errors. So just had to click to continue flow even after error.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.