DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Performs a logical NOT operation on a value. The function returns true if the operand evaluates to false, or false if the operand evaluates to true.
This helper is available in the Winter ’26 release of Marketing Cloud Next (API version 65.0).
1{{not value}}| Parameter | Type | Description |
|---|---|---|
value | Any | The operand to perform a logical NOT operation on. |
The function returns true if the operand evaluates to false, and false if the operand evaluates to true. If you don’t provide a parameter, the function returns true.
The evaluation follows these rules:
null is false.0 is false. Any non-zero number is true.false, and a non-empty string is true.false. Non-empty arrays and objects are true.false.