Skip to main content

Overview

The Not node performs a logical NOT operation on any input value. It returns True if the input value is considered falsy (like 0, empty string, None, False), and returns False if the input value is truthy. It uses Python’s standard rules for determining truthiness.

Inputs

ParameterDescriptionData TypeRequiredRange
valueThe input value to be inverted. Any data type is accepted and evaluated using Python’s truthiness rules.ANYYesAny value

Outputs

Output NameDescriptionData Type
outputThe logical inverse of the input value. Returns True if the input is falsy, False if the input is truthy.BOOLEAN
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): fd8f940218538fce28079bc836379703c0e3c04f80351520497855c464176877