Unable to Add Additional Fields to Columns for Monday.com

Hi everyone,

I’m having trouble adding additional fields to the columns in my workflow. I’ve tried multiple approaches, including:

  • Changing column types
  • Stringifying JSON
  • Sending static test data

Despite my efforts, the tasks themselves are created successfully, but the additional fields just won’t appear in the columns.

Has anyone encountered this issue before?

Thanks!


It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @dan1

You will need to find out the column ID of that column.
You can do a little test and fetch with a “Get Many” operation to observe the API structure.

For example, here I have a Task 2 with the column_values "id": "project_status" and "text": "Done":
image

If I wanted to change the column Status to something else
image

I will write something like this:

Please note, you have to check which values are allowed to pass, and that depends on the column data type in the table.

For reference: