Mapping functionsLogicalNot ConditionOn this pageLogical: Not Condition Boolean NOT — emit the negation of the incoming boolean. ExampleInput: true → Output: falseInput: false → Output: true Parameters This function has no parameters. Input Boolean—REQUIREDThe boolean value to negate. Output BooleanThe negated value.