How-To GuideIntermediate5 min read

How to Create Conditional Logic in Automation Workflows

Add if/then logic to your automations in Local Business Pro so different conditions trigger different actions.

Quick Answer: In the Flow Builder, add a Condition step between your trigger and actions. Configure the condition (e.g., 'If service type equals Emergency'), then connect different actions to the Yes and No branches.

What Conditional Logic Does

Conditional logic lets your automation make decisions. Instead of always doing the same thing, it can check conditions and take different actions based on the situation.

Step-by-Step Guide

  1. Open an automation in the Flow Builder
  2. After your trigger, add a Condition step
  3. Configure the condition: select a variable to check
  4. Set the comparison (equals, contains, greater than, etc.)
  5. Enter the value to compare against
  6. Connect the Yes path to actions for when condition is true
  7. Connect the No path to actions for when condition is false
  8. Add additional conditions for more complex logic
  9. Save your automation

Example: Emergency vs Regular Calls

Trigger: When call is completed
Condition: If 'urgency' equals 'emergency'
Yes: Send immediate SMS to on-call tech
No: Add to normal follow-up queue

Frequently Asked Questions

Q: Can I have multiple conditions in a row?
A: Yes, you can chain conditions to create complex decision trees.

Q: What if I leave one path empty?
A: If a condition path has no actions, the automation simply ends for that branch.

Tags:

conditional-logicif-thenautomationworkflowconditions

Was this article helpful?

Back to Automations

Need More Help?

Our support team is ready to assist you.

Contact Support

Last updated: February 1, 2025