Skip to content

NOT

Logical NOT: negates the result of 1 nested operation. Transformations count as true.

Parameters

  • operations (array of operations, optional) — Nested operations to execute.

JSON Configuration

{
"id": "op-not",
"type": "condition",
"action": "not",
"params": {
"operations": [
{
"type": "validation",
"action": "required",
"params": {}
}
]
}
}