is_falsy
Description
Type: Condition
Tests if a given expression is false in a boolean context. Falsy expressions are expressions that evaluate to false, null, or undefined. Strings that are equal to one of those are also considered falsy.
Params
- value: the expression to be checked for falsiness
Outputs
No additional info is added to the global payload outputs.
Usage Example
Similar to isTruthy
Relevant Triggers
All triggers