Sequential Condition
A Sequential Condition evaluates multiple logic expressions independently. All logic blocks feed into the same Sequence Condition node, and each one that evaluates to true executes its branch. Unlike a Domino Condition, matching one logic does not stop the others from being checked.
Configuration
Drag the Sequential 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 2, Logic 3... | Each logic entry is evaluated independently. Click the field to configure its condition block settings |
| Add Logic | Add another logic entry |
| Delete (trash icon) | Remove a logic entry |
Each Logic entry uses the same Settings panel as the Binary Condition. Configure System, Menu, Window, Field, Relation, and Value for each entry. See Binary Condition for the full settings reference.

