Skip to content

Exclusive choice

Automation Example: Exclusive Choice (Pick One Path)

Want your process to take different paths based on specific conditions? You need exclusive choice automation - where only one path gets selected from multiple options. Simple.

BPMN diagram showing exclusive choice gateway with Path A or Path B branching options

Here’s how it works in Tallyfy. You set up multiple automation rules, each with its own condition. When someone fills out a form or completes a task, Tallyfy checks which condition matches - then runs only that specific rule. Your process follows exactly one path, not two or three.

Example: Different Onboarding Steps Based on Role

Let’s say you’re onboarding new employees. Field workers need safety training and equipment setup. Office workers need IT access and desk assignments. Same onboarding process, completely different steps.

Start with a step that asks for the employee’s role. You’ll want a Radio Button form field here (since they can only pick one option).

Radio button form field for employee role selection with Field worker and Office worker options

Now comes the interesting part. Create two separate automation rules - typically using Visibility Actions1:

  • Rule 1:

    IF (Role field) is "Field worker"
    THEN SHOW steps [List of steps specific to Field workers]

    Automation rule configuration showing IF Role is Field worker THEN SHOW specific steps

  • Rule 2:

    IF (Role field) is "Office worker"
    THEN SHOW steps [List of steps specific to Office workers]

    Automation rule configuration showing IF Role is Office worker THEN SHOW different steps

Think about what happens next. The Role field can only have one value, right? That means only one automation rule fires. Field workers see their safety protocols and equipment checklists. Office workers see IT setup and workspace preparation. Never both.

Summary

Create separate automation rules with conditions that can’t be true at the same time (like radio button selections). Your process automatically chooses the right path - no manual intervention needed.

Tutorials > Create an automation

Tallyfy automates processes through intelligent if-this-then-that conditional logic that dynamically adapts workflows based on specific conditions like form field values task completions and approval decisions eliminating manual adjustments and reducing administrative overhead.

Automations > Conditional visibility

Tallyfy’s conditional visibility feature allows you to show or hide entire tasks based on form field selections creating dynamic workflows where only relevant tasks appear to users through IF-THEN automation rules.

Automations > Logic operations explained

Tallyfy’s automation logic uses simple IF-THEN rules that watch user inputs and automatically adjust workflows based on conditions like form selections task approvals or specific requirements while combining multiple conditions with AND/OR logic to create intelligent processes that adapt to different business scenarios.

Templates > Automations

Tallyfy automations enable intelligent workflow adaptation through conditional IF-THEN rules that automatically modify processes based on user input form responses task completions and other triggers to create dynamic workflows that route tasks assign responsibilities and show or hide steps without manual intervention.

Footnotes

  1. Actions that show/hide steps based on conditions, part of Tallyfy’s automation engine