NOT
Returns true when a condition is false and false otherwise
NOT( condition
)
Returns true
if the input condition
is false
, and false if the input condition
is true
Arguments
Argument
Description
condition
Boolean expression to test
Output
Outputs true
if condition
is false
. Otherwise outputs false
.
Example
Last updated
Was this helpful?