How OR Logic Works in Automations
When you add multiple conditions to an If/Else step in your automation, Enrollio uses OR logic by default. This means the automation takes the "Yes" path if any of your conditions are true.
Understanding the Logic
Yes Path: The automation follows this path when at least one condition is true.
No Path: The automation only follows this path when all conditions are false.
Example in Action
Let's say you're checking if a family needs a follow-up. You set up conditions like:
- Tour scheduled = Yes
- Application started = Yes
- Waitlist requested = Yes
If any of these are true, the family gets added to your follow-up sequence. Only families where all three are false go down the "No" path.
Pro Tip: Creating AND Logic
Need all conditions to be true before proceeding? Stack multiple If/Else steps instead of combining conditions in one step. This gives you precise control over your automation flow.
Common Use Cases
Parent engagement: Trigger follow-ups when a family completes any action (tour, application, or info request).
Enrollment tracking: Route families to different sequences based on multiple possible statuses.
Staff notifications: Alert your team when any priority condition is met.
Comments
Please sign in to leave a comment.