Hi, I am very new to n8n integrations. I am very stucked at this project flow that I am creating for the integration of Outlook contacts to a Monday board. Ideally I would want to have all current and future new contacts in my Outlook contacts list all synced to a Monday board of mine.
NodeOperationError: Custom Values must be a valid JSON
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/MondayCom/MondayCom.node.js:473:35)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:730:42)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:662:68
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1064:20
Information on your n8n setup
n8n version:
Database (default: SQLite): 1.29.1
n8n EXECUTIONS_PROCESS setting (default: own, main): Own
It appears you were very close to getting your workflow to flow correctly. In your final Monday.com1 node, you are setting the column value to {{$json.title}}, however that evaluates to a string. If you hover over the tooltip you’ll see that is where Monday.com is expecting a JSON value.
Thanks for the reply Ludwig! Yes I have hovered that previously and clicked onto the documentation link. But it brings me to this website as shown below.