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?
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.