Bug in Monday.com Node: Cannot read properties of undefined (reading 'create_item')

Hi n8n team,

I’m experiencing a persistent issue when using the Monday.com node (Cloud version 1.95.3).

Whenever I try to use the “Create Item” operation, I get the following error:

TypeError: Cannot read properties of undefined (reading ‘create_item’)
at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/…/nodes/MondayCom/MondayCom.node.ts:571:40)

I’ve already:

  • Verified my API key works (tested successfully via the Monday GraphQL Playground)
  • Confirmed that the board ID and column values are valid
  • Tried with different Monday.com credentials
  • Updated to the latest n8n Cloud version
  • Even tested a new workflow with just Start and Monday.com node

Everything points to an internal issue within the MondayCom.node.ts file, likely related to a missing or incorrectly referenced method (create_item).

As a temporary workaround, I’m using the HTTP Request node with raw GraphQL queries, which works fine.

Can you confirm if this is a known issue or if there’s a patch in progress?

Thanks in advance!

Hey man! Would you have more details how did you proceed ? It doesn’t work for my with dynamic variables…

Hi

i am also facing this issue please if you find any solution then let me know here..

I also have this same issue.

Cannot read properties of undefined (reading ‘create_item’)
TypeError: Cannot read properties of undefined (reading ‘create_item’) at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_afd197edb2c1f848eae21a96a97fab23/node_modules/n8n-nodes-base/nodes/MondayCom/MondayCom.node.ts:571:40) at processTicksAndRejections (node:internal/process/task_queues:105:5) at WorkflowExecute.executeNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1093:8) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1274:11) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1708:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2324:11

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