We've updated the Nintex Workflow navigation. We're currently updating the help content to reflect these changes. You may notice some differences between the user interface and the documentation during this transition.
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.