if
Add conditional logic
Overview
The if
action is part of the logic set in Rhyme. Add conditional logic.
Category: Logic
Area: ⚙️ System & Control Flow
Basic Usage
if "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
if "Example usage"
Example 2: With Variables
$my-variable: "some value"
if $my-variable
Tips
- This action is part of the logic set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the logic set will be listed here.