Skip to content

Logic operations Explained

What are logic operations in Tallyfy automations

Our automation system uses the “If-Then” principle to allow you to automate decision-making in your processes based on certain conditions that you can configure!, This concept is much like decision-making in our everyday lives. Here’s how it works:

  • IF statement

    • This is a condition or a trigger event. It’s something that may or may not occur. We will call everything under IF the Condition.

      If it’s raining outside(Condition).

  • THEN statement

    • This is the action or result that follows if the condition is met. It’s the consequence of the given condition being true. We will call everything under THEN the Action.

      Then i’ll take the umbrella with me(Action).

AND & OR operators

  • Sometimes you’ll need more than 1 condition to be satisfied for an action to be made, you can either AND or OR to achieve this.

  • The AND operator requires ALL conditions to be met for the action to take place.

    If it’s raining outside(Condition 1) AND you have no umbrella(Condition 2) AND you have to go outside(Condition 3). Then buy an umbrella(Action).

  • OR operator requires ANY condition to be met for the action to take place.

    If it’s either a weekend(Condition 1) OR it’s a holiday(Condition 2). Then sleep in late(Action).

Conditionals > Conditionals (IF) explained

Tallyfy’s automation system enables decision-making through various conditional options for different step types and field types, allowing for complex combinations of triggers and actions to streamline workflow processes.

Automations > Conditionals

Automations allow users to set up various conditional rules and triggers that enable automatic decision-making and responsive actions within their workflow processes.

Templates > Automations

Automations enable automated decision-making and actions within templates based on user-defined conditions, featuring conditionals, examples, and customizable actions for streamlined process execution.

Tutorials > Create an automation

Automate employee onboarding processes by creating conditional workflows that adapt based on form field responses and task completions, ensuring a streamlined and personalized experience for different employee roles.