Conditional Logic

Build IF/THEN/ELSE conditions for workflow branching

Visual Builder

Drag-and-drop condition builder for complex logic

Smart Branching

Route workflows based on data conditions

Data-Driven

Use lead, deal, and contact data in conditions

Condition Examples

Click a template to load it into the builder

Lead Qualification

High Value Lead

Lead score is greater than 70 and company size is enterprise

lead.score70
lead.companySizeenterprise
Email Engagement

Email Opened

Contact has opened the email at least once

email.opens1
Sales Pipeline

Hot Deal

Deal value is over $10,000 and probability is high

deal.value10000
deal.probability70
Customer Success

Customer Success

Customer health score is good and last contact was recent

customer.healthScore80
customer.daysSinceContact30

How to Use

1. Add Condition Node

In the Visual Studio, drag a "Condition" node into your workflow.

2. Define Conditions

Select the field, operator, and value for your condition.

3. Set Branches

Connect the "Yes" (true) and "No" (false) branches to different paths.

4. Test Your Logic

Run your workflow to test the condition evaluation.