logicfn
Functions that return boolean values for logical testing and validation. Check if variables contain specific data types (number, text, date, time), test for equality and comparisons, verify variable existence, and perform text matching operations like contains and not-equals. Essential building blocks for conditional logic.
Area: ⚙️ System & Control Flow
Available Actions
This set contains 13 actions:
- contains
- equals
- have
- is-date
- is-greater-than
- is-group
- is-item
- is-less-than
- is-number
- is-text
- is-time
- missing
- not-equals
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
contains "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Controlling app flow
- Managing settings
- Handling errors