Hi All,
I'm having issues getting the node.error function to return the complete message in the catch node.
I'm using
node.error("error test", msg);
in a function node.
The catch node only returns msg.payload.
What am I doing wrong?
Is the debug node set to output 'complete msg object' ?
Thank you! I can't believe I missed that. That solves it.