Returns true when a condition is false and false otherwise
Last updated 1 year ago
Was this helpful?
NOT( condition )
condition
Returns true if the input condition is false, and false if the input condition is true
true
false
Boolean expression to test
Outputs true if condition is false. Otherwise outputs false.