a
(boolean, default: false): The input boolean value.result
(boolean): The boolean value passed through from the input.result
output to the input of another node that expects a boolean value.a
input to the desired boolean value (true or false).result
output is connected to the condition
input of a Branch node. When the a
input of the Boolean node is set to true, the email notification will be sent. When it’s set to false, the email won’t be sent.
a
input to the intended value and that the result
output is properly connected to the input of the node where you want to use the boolean value.