Tutorials > Create an automation
Exclusive choice
Sometimes you need to choose only one path out of several options in a process. This is called an “exclusive choice”.

In Tallyfy, you create multiple automation rules with different conditions. Only the rule whose condition gets met will run its action, so your process follows just one path.
Consider a new employee onboarding process where you need different steps for “Field Employee” or “Office Employee” roles.
First, create a step asking for the employee’s role. Use a Radio Button form field since users can only pick one option.

Next, you would create two separate automation rules (likely using Visibility Actions):
-
Rule 1:
IF (Role field) is "Field worker"THEN SHOW steps [List of steps specific to Field workers] -
Rule 2:
IF (Role field) is "Office worker"THEN SHOW steps [List of steps specific to Office workers]
Since the Role field can only be one option, only one automation rule runs. Tallyfy shows the correct steps for either Field or Office employees, never both.
Separate automation rules with mutually exclusive conditions (like radio button fields) create processes that automatically follow one specific path.
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks