The
unless
helper is not currently available in Flashquotes workflows. This feature is in development.unless
helper will be the inverse of the if
helper, executing content when values are empty or missing.
Planned Features
When available, theunless
helper will support:
- Inverse conditional logic (“if not”)
- Checking for missing or empty values
- Else blocks for alternative content
- Nested conditions