How to get the bool value of a boolean node

I'm using an OR node, configured as XOR, from the node-red-contrib-bool-gate palette. It's comparing the msg.payload.value of 2 inputs, and the output of the XOR node only shows the input states in debug. Right under the XOR node is the boolean TRUE and FALSE state that updates correctly but I can't find it in the debug output. How can I find/use the boolean state?

Set the debug up to show the full message object.

Got it, thanks for the quick reply.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.