Conditions

Learn to fine-tune Workflows and Rules through conditions.

Ardis Kadiu avatar
Written by Ardis Kadiu
Updated over a week ago

Overview

In Workflows + Rules, conditions guide the actions and paths for Contacts based on specific criteria. While the Date Condition controls actions based on time-related factors, User Segment and User Segment Reference conditions provide additional layers of customization based on Contact data and predefined segments.


How Conditions Work

Think of conditions as filters. As people pass through each step of a Workflow or Rule, the condition will filter some to a "yes" path if they pass the conditions and others to the "no" path. You will use actions to define what happens for each path.

For example, you could have an email sent to applicants who have completed but not yet submitted their applications. It asks them to click a link for “yes” if the school can submit their application on their behalf. Then, you could set a condition that checks to see if recipients clicked the link. If they click “yes,” their app is auto-submitted (the action). If they don’t click, a reminder email is sent (another action) 72 hours later, asking if they’re ready for the app to be submitted.


Add a Condition

The process of adding Conditions is outlined in our help articles on creating Workflows + Rules:


Condition Types

Date Condition

This condition evaluates date and time-based criteria.

  • Configuration: When you select the Date Condition, you'll be prompted to define the condition further using operators and values.

    • Operators: Choose from a range of operators. Options include 'Before Date,' 'After Date,' 'Date is Equal to,' 'Day of Week is, 'Month is, 'Hour is,' and 'Minute is.' These operators allow you to create conditions based on precise time frames or recurring time periods.

    • Value: After selecting an operator, you'll enter the value, which could be a specific date, day of the week, month, hour, or minute, depending on the operator chosen. This value sets the exact parameter for the condition to meet.

  • Multiple Filters: Incorporate multiple date-related filters within one condition, connected by 'AND' statements for complex scenarios. Each filter consists of an operator and a value, allowing for highly specific and tailored conditions.

User Segment

This condition allows you to create a custom segment of Contacts based on specific properties from their Contact record (e.g., demographics, interaction history).

📙 Note: The configuration of this condition is similar to using filters in the People module. If you don't have much experience building segments using filters, it would be extremely helpful to review our Filters Collection prior to using this condition.

  • Configuration: Add Contact properties like 'Intended Term' or 'Opened Email.' Each property can have constraints that further refine your segment.

    • Example Constraint: For the 'Opened Email' property, you might specify the email campaign and set a constraint that the email must have been opened at least three times.

  • Multiple Filters: Combine multiple properties within a segment condition, using 'ALL' and 'ANY' operators, allowing for highly specific and tailored conditions.

User Segment Reference

Utilize a pre-existing segment that you've created.

  • Configuration: Simply click the Load Segment button to select and add an existing segment as your condition.


Combining Condition Types

Multiple Conditions: Within a single step, you can add multiple conditions of any type (Date, User Segment, or User Segment Reference), refining the path a Contact takes.

  • Mix and Match: Feel free to combine different condition types. For instance, you might have a Date Condition to check if the day is within a particular period and a User Segment Reference to target a specific group of Contacts.

  • Logical Connectors: You can connect these conditions using 'AND' statements. This means all conditions must be met.

Did this answer your question?