Good spot @Chatchawan, though I am unfortunately not sure about the impact on our Monday.com node and our plans around this. Perhaps @marcus from our node engineering team or @sirdavidoff from our product team can share more details here after the holidays?
Are there any updates here? I seem to get “Problem in node ‘Monday.com‘ Cannot read properties of undefined” no matter what I do and I suspect it is related.
I am on version 1.26.0 of n8n. I seem to be able to authenticate two different ways and it returns a list of boards in the node (so it is connecting) but 100% of the functions, like get board, end in “Cannot read properties of undefined."
Hi @maycotte,
that is strange. I have just tested with [email protected] out both credential types (Access Token and OAuth2) and the node worked as expected for both cases. It looks like you are using OAuth2 for authentication. Have you checked that you Monday OAuth App includes both required scopes ‘boards:write’ and ‘boards:read’? So Board → Get Many is working but Board → Get is not?