I’m trying to change column values in Monday.com based on data from multiple previous nodes.
However I’m getting the error “Cannot read properties of undefined (reading ‘change_column_value’)”
What am I doing wrong?
I’m trying to change column values in Monday.com based on data from multiple previous nodes.
However I’m getting the error “Cannot read properties of undefined (reading ‘change_column_value’)”
What am I doing wrong?
It looks like your topic is missing some important information. Could you provide the following if applicable.
This doesn’t work because your value is a number and I guess the column you’re trying to change is probably of type text. So just put the expression in quotations marks and it should work.
like: “{{ $node… }}”
I highly recommend using the GraphQL node instead of the Monday.com node.
The API reference (monday.com API reference) may seem a bit overwhelming at first, but it is very easy to understand and offers many more options.
Ah perfect! I changed the column type to numbers and that worked. Thank you!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.