Hi! I am trying to make a quite simple automation to get a Monday item when the status column changes.
For this, I use a webhook that will trigger when the status column changes on Monday and then get the item id of the modified item to get all the item’s information with a get:boardItem node.
However, when a put manually the item id in the node it works, but when I try to get it from the webhook’s output, I get the following error: ERROR: this.getNodeParameter(...).split is not a function
Please share your workflow
On the Webhook output I get this :
And so I’m trying to get the “pulseId”, which corresponds to my item’s id.
But when I drag and drop the field in the “Item ID” of my Monday’s node, I get this error:
TypeError: this.getNodeParameter(...).split is not a function
at Object.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/MondayCom/MondayCom.node.ts:592:9)
at Workflow.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1253:31)
at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1024:44
Do you have any idea on how to make this work?
Thank you!