when
Work with when
Overview
The when
action is part of the logic set in Rhyme. Work with when.
Category: Logic
Area: ⚙️ System & Control Flow
Basic Usage
when "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
when "Example usage"
Example 2: With Variables
$my-variable: "some value"
when $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.