Hi.
I’ve been trying to update a column value on a monday.com board using the monday.com node but have been getting the error.
“Cannot read properties of undefined (reading ‘change_multiple_column_values’)”
I’ve tried various formats, including using stringify but haven’t got past this error.
I’d appreciate any help and guidance here!
Many thanks.
(I’m using n8n cloud)
Can you show the details in “Other Info” in Error Details?
This implies change_multiple_column_values is being called from an object, and that object is undefined.
It is most likely related to how you setup the body JSON.
Take a look here:
The monday.com platform supports a variety of column types to store different data. Our API supports most types, allowing you to read, filter, delete, and update those columns. Most columns have some kind of support, but we also have a handful of...
I believe text should be TextValue. And maybe the key may be different (where did you get the “text_n…” key?)
Thanks for your help. I was unable to get this to work using the Monday.com node but was successful with a HTTP request. Posting here for future lurkers, an example of a text column and link column update. I wasn’t able to figure how to properly use stringify to neaten this up so if anyone has guidance here I’d be grateful!.
If that worked, that query is correct. I believe it needs to be escaped. That’s what the \ means.