Need Help Updating Monday Columns

Hello. I am having trouble with the ‘Create an Item’ Monday.com node. In it there is a place to add column values via json at the bottom of the node, but no matter what json structure I try, I cannot get the column values to update.

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): npm
  • Operating system: windows 11

For reference, here’s what the Monday board looks like

Hi @anthony.lee_hah, it looks like some column types in Monday also support Strings as well a JSON. Have you tried JSON.stringify()?

I did not try that, but the issue wasn’t really the JSON structure so much as the column naming values. You have to turn on developer mode within Monday and then use the column ids that are only visible then. Cheers tho.

2 Likes

Awesome that you found the solution and thanks for updating the post so other users with similar issues can find it :slight_smile: Happy building!

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