Inputs
- Non-Null
- Truthy
Skips only
null. Values such as false, 0, and empty text are valid
results.Output
Use Non-Null for default values where
false or 0 is meaningful. Use
Truthy only when those values should also fall through.