Build conditional rules in a workflow
Last updated June 23, 2026
Conditions decide exactly when a workflow runs and which records it acts on. You can group several conditions together with AND / OR logic and use plain-language operators, so a workflow only fires when the situation really matches.
Steps
- Sign in at https://vyro.co/access and open Workflows.
- Open the workflow you want, then select the Start block (the trigger) or a Condition step.
- Add a condition by choosing a field, an operator (for example is, is not, is one of, is greater than), and a value.
- To require more than one thing at once, add another condition and choose AND — every condition in the group must be true. To match any of several situations, choose OR.
- Nest groups to express richer rules — for example (status is New) AND (source is one of Website, Phone).
- For time-based rules, pick a relative value such as more than 1 day ago or within the last 7 days instead of a fixed date.
- Apply the block and publish the workflow when you're ready.
Result
The workflow only runs for records that match your rules. Conditions are checked against your live data at the moment the workflow evaluates them, so the outcome always reflects the current state of the record.
Related
Was this article helpful?
