1. Docs
  2. Formulas
  3. Functions

NOT

Returns the logical opposite of the supplied param.

Categories: Logic

Syntax

NOT(any)

Examples

Example 1

Input

1
{
2
"my_action": {
3
"value": 5
4
}
5
}

Formula

NOT(my_action.value>100)

Output

true

Example 2

Input

1
{
2
"my_action": {
3
"value": 5
4
}
5
}

Formula

NOT(my_action.value<100)

Output

false

Sample actions

Event Transform
My Action
Event Transform
NOT
Event Transform
NOT

Select an action to inspect

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?
NOT | Docs | Tines