is_falsy
Category: General Description: Test if expression is falsy Type: Condition
Description
Type: condition
Test if a given expression is false in a boolean context. Falsy expressions are expressions that evaluates to false
, null
, or undefined
. Strings that equal to one of those are also considered falsy.
Params
- value: the expression to be checked for falsyness
Outputs
No additional info is added to the global payload outputs.
Usage Example
Similar to [isTruthy]
Relevant Triggers
All triggers
[isTruthy] /docs/building-your-quest/conditions/is-truthy.html