Logic operations explained
Tallyfy’s automations use a simple logic system to create rules. These rules decide when automatic actions should happen in your processes.
All automations follow this basic idea:
IF [something is true]THEN [do this action]
This works just like decisions you make every day:
The condition is the trigger. It checks if something in the process is true or false.
Examples:
- IF a form field answer is “Yes”
- IF a deadline is near
- IF a task is approved
The action is what Tallyfy automatically does when the condition is true.
Examples:
- THEN assign the task to the manager
- THEN mark the task as complete
- THEN show or hide the next step
Often, you need to check more than one thing before an action happens. Tallyfy lets you combine conditions using AND or OR:
AND means ALL conditions must be true for the action to happen.
IF [condition 1 is true] AND [condition 2 is true]THEN [do this action]
Example: IF the request is urgent (condition 1) AND the amount is over $1000 (condition 2) THEN assign the task to the finance manager
OR means AT LEAST ONE of the conditions must be true for the action to happen.
IF [condition 1 is true] OR [condition 2 is true]THEN [do this action]
Example: IF the client has a VIP account (condition 1) OR the order is over $5000 (condition 2) THEN show the “Offer Discount” step
You can mix AND and OR using parentheses ()
to create more complex rules, just like in math:
IF [condition 1 is true] AND ([condition 2 is true] OR [condition 3 is true])THEN [do this action]
This flexibility lets you build rules that match your specific business needs.
Conditionals > Conditionals (IF) explained
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks