Nintex Workflow is now part of the Nintex CE Platform. This help content is being updated to reflect the Nintex CE Platform user interface. Switch to Nintex CE Platform to see the new experience. You may notice some differences between the product and the documentation while we complete these updates.
not
The not operator inverses a Boolean value.
Operator format
not(Boolean value)
- value: the Boolean value which is inversed.
not example
not(True)
The formula returns the Boolean value False.