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.
Nintex Workflow help documentation
The not operator inverses a Boolean value.
not(Boolean value)
not(True)
The formula returns the Boolean value False.