Domino Condition
A Domino Condition chains multiple logic expressions in sequence. The first logic that evaluates to true executes its If branch and the chain stops. If it evaluates to false, the Else branch leads directly into the next logic in the chain, and so on down the line.
Configuration
Drag the Domino condition onto the canvas and click it to open the configuration dialog.
| Field | Description |
|---|---|
| Title | A name for this condition node |
| Description | Optional notes |
| Logic 1, Logic 3, Logic 5... | Each logic entry represents one step in the chain. Click the field to configure the condition block settings |
| Add Logic | Add another logic step to extend the chain |
| Delete (trash icon) | Remove a logic step from the chain |
Each Logic entry expands into a condition block with the same Settings panel as the Binary Condition — configure System, Menu, Window, Field, Relation, and Value for each step. See Binary Condition for the full settings reference.

