Describe the issue/error/question
Trying to update multiple columns in an item on a Monday Board.
I have had success updating two text field.
I have tried to update an email field and a date field with no success.
I have searched for documentation but there is not much out there.
My whole project is to get data from postgres and add / update to monday board.
What is the error message (if any)?
ERROR: Cannot read properties of undefined (reading ‘change_multiple_column_values’)
Details
Stack
TypeError: Cannot read properties of undefined (reading ‘change_multiple_column_values’)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/MondayCom/MondayCom.node.js:481:58)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/src/Workflow.js:619:28)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:557:53
Information on your n8n setup
- **n8n version: Latest Stable
- **Database you’re using:Postgres
- Running n8n with the execution process [own(default), main]:
- **Running n8n via n8n.cloud