
Automation Pain Point #16 & #18
You need one automation rule that sends different email templates depending on column values. When Status changes to “Advanced” and Trip Type = “Outbound”, send the Outbound Travel Email. When Status changes to “Advanced” and Trip Type = “Return”, send the Return Travel Email.
Monday.com’s automation builder doesn’t support if/else branching. You can set up ONE trigger (status change) and ONE action (send email), but you cannot say “if Column X = Y, send Template A, otherwise send Template B.”
The result? Teams create separate automations for every scenario — one automation for outbound trips, one for return trips, one for cancelled trips — multiplying maintenance overhead and increasing the chance that one automation breaks while others work.
This article explains why monday.com’s automation engine lacks conditional logic, and how BoardBridge handles one automation rule with multiple email templates.
Monday.com automations follow a simple structure:
Trigger → Condition (optional) → Action(s)
The Condition step lets you filter WHEN the automation fires (e.g., “only if Person = Manager”), but it doesn’t let you branch the action. Once the trigger and condition pass, the actions are fixed.
From a November 2024 forum thread titled “How can I make if-this-then-that type automations on Monday?”:
“Monday does not have any automations that use conditional branching” — kindertech, November 27, 2024
No Monday.com staff responded. The only suggested solution was to use Make.com (a third-party integration platform).
From an August 2025 thread titled “Conditional automations”:
“What I want to be able to do is have an automation that says When item is created and status is A, then create subitem with a status X, IF NOT then create a subitem with a status Y.” — ccoles (Chris Coles), August 22, 2025
A community member confirmed:
“Right now, native Monday automations don’t support nested conditional logic (there’s no built-in ‘else’ branch).” — the-creative0 (Awe Ebenezer), September 2, 2025
From a July 2023 thread, Monday.com staff explicitly stated:
“Whilst we support the inclusion of the IF function in our custom automations, I am afraid this particular automation isn’t currently supported natively.” — BiancaT (Monday.com staff), July 2023
A frustrated user replied:
“I’m surprised a platform like this doesn’t have basic logic for it’s automations.” — ElliottK, September 2023
In July 2024, Monday.com added an “Is any of” operator for status automations, allowing you to trigger on multiple status values within a single column:
Confirmed the Workflow Builder now supports “Is any of” for multiple values in status conditions — “the first step of supporting ‘OR’ condition.” — Maor Nakash (Monday.com Automations team), July 17, 2024
Example: “When status changes to any of: ‘Pending’, ‘In Review’, ‘Approved'”
Limitation: This is OR logic within one column, not if/else branching across different columns. You still cannot say “if Status = X and Dropdown = Y, send Email A, otherwise send Email B.”
| Scenario | Desired Logic |
|---|---|
| Travel coordination | When Status = “Advanced”, check Trip Type → if “Outbound”, send Outbound Email; if “Return”, send Return Email |
| Approval workflow | When Status = “Approved”, check Amount → if ≥$10k, send Large Approval Email; if <$10k, send Standard Email |
| Team handoff | When Status = “Complete”, check Team → if “Internal”, send Internal Handoff Email; if “External”, send Vendor Email |
| Multi-language | When Status = “Confirmed”, check Language → send template in client’s preferred language |
| Feature | Support |
|---|---|
| Trigger on status change | ✅ Supported |
| Condition to filter when automation fires | ✅ Supported (limited to Person and Status columns) |
| Conditional email template selection | ❌ Not supported — no if/else logic in actions |
| Multiple automations per scenario | ⚠️ Workaround exists but fragile and hard to maintain |
From a June 2024 forum thread titled “Use OR in automations”:
“How would you go about triggering an automation with an OR vs an AND. In this case I want it to trigger if the Status is PTO OR No Travel.” — seandotson, June 25, 2024
“Rats. Really need some booleans in there to be able to do more complex automations.” — seandotson, June 25, 2024
The community-suggested workaround:
“Unfortunately the only solution is to duplicate the automation and check for ‘PTO’ in one and for ‘No Travel’ in the other one.” — basdebruin, June 25, 2024
“Sadly no ‘OR’ option but it is desperately needed.” — ProjectMastermind, July 4, 2024
Finally: CC/BCC in monday.com Emails
BoardBridge adds native CC/BCC, named CC Groups, and conditional recipients to monday.com email automations.
Here’s a workflow from a client managing project approvals across multiple departments.
The company uses an Approvals board with:
When the status changes to “Approved”, the system needs to send different email templates based on:
This creates 8 possible email scenarios:
Here’s what teams have to do:
Automation 1:
Automation 2:
…repeat for Sales, Operations, Finance (8 total automations).
Problems:
If you’re not using BoardBridge, here’s the most reliable monday.com-native approach:
Create separate automations for each combination of Department and Amount tier.
Automation structure:
Example:
| Automation # | Condition | Email Template |
|---|---|---|
| 1 | Person in Marketing, Amount ≥ $10k | Marketing Large Approval |
| 2 | Person in Marketing, Amount < $10k | Marketing Standard Approval |
| 3 | Person in Sales, Amount ≥ $10k | Sales Large Approval |
| 4 | Person in Sales, Amount < $10k | Sales Standard Approval |
| 5 | Person in Operations, Amount ≥ $10k | Operations Large Approval |
| 6 | Person in Operations, Amount < $10k | Operations Standard Approval |
| 7 | Person in Finance, Amount ≥ $10k | Finance Large Approval |
| 8 | Person in Finance, Amount < $10k | Finance Standard Approval |
Problems:
This workaround is technically possible but painful to build and harder to maintain.
BoardBridge automations support conditional template selection — one automation rule checks column values and sends the appropriate email template. Source: BoardBridge Product Documentation
Step 1: Define the trigger
Step 2: Add compound conditions (optional)
Step 3: Configure conditional email template selection
| Department | Amount | Email Template |
|---|---|---|
| Marketing | ≥ $10,000 | Marketing Large Approval |
| Marketing | < $10,000 | Marketing Standard Approval |
| Sales | ≥ $10,000 | Sales Large Approval |
| Sales | < $10,000 | Sales Standard Approval |
| Operations | ≥ $10,000 | Operations Large Approval |
| Operations | < $10,000 | Operations Standard Approval |
| Finance | ≥ $10,000 | Finance Large Approval |
| Finance | < $10,000 | Finance Standard Approval |
Step 4: Define email settings (shared across all templates)
Scenario 1: Marketing request for $15,000
Scenario 2: Finance request for $3,000
Result:
See How BoardBridge Handles Email Automation
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
BoardBridge lets you stack pre-conditions (checks that must pass before ANY actions run) with conditional template selection (choosing which template to use).
Pre-conditions (checked first):
If any pre-condition fails:
If all pre-conditions pass:
This two-layer safety ensures that automations only fire when all required data exists, and always send the right email for the scenario.
Here are five workflows where conditional template selection eliminates automation sprawl:
Trigger: Status changes to “Confirmed”
Conditional logic:
Why it matters: Client communications must match their preferred language. One automation handles all.
Trigger: Status changes to “Resolved”
Conditional logic:
Why it matters: Different priority levels require different follow-up content. One automation adapts.
Trigger: Status changes to “Complete”
Conditional logic:
Why it matters: Internal and external audiences need completely different language and content. One automation handles both.
Trigger: Status changes to “Shipped”
Conditional logic:
Why it matters: Shipping logistics vary by region. One automation covers all.
Trigger: Status changes to “Renewed”
Conditional logic:
Why it matters: Different subscription tiers receive different renewal communications. One automation scales across tiers.
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
No. Monday.com automations do not support if/else branching in actions. You can filter WHEN an automation fires (via conditions), but you cannot branch WHAT it does based on data. To send different email templates based on column values, you’d need separate automations for each scenario.
When the automation trigger fires, BoardBridge evaluates the configured conditional logic. It reads the specified columns (e.g., Department, Amount), matches the values against the template mapping rules, and loads the corresponding email template. If no match is found, the automation logs an error and sends an admin notification instead of sending a generic or incorrect email.
Yes. BoardBridge supports multi-column conditional template selection. For example: – Department + Amount tier (8 combinations) – Region + Language (6 combinations) – Priority + Team + Status (12+ combinations) Each combination can map to a different email template, all managed within one automation rule.
BoardBridge checks pre-conditions before evaluating conditional template selection. If a required column (e.g., Department, Amount, Recipient Email) is empty, the automation: 1. Logs an error 2. Skips all actions 3. Sends an admin notification with details: “Approval email blocked for Item #147 – Department column is empty. No email sent.” This prevents incomplete or incorrect emails from going out.
There is no hard limit, but we recommend keeping it under 10-12 templates per automation for maintainability. If you need more branching (e.g., 20 different region-language combinations), consider grouping templates by category or splitting into separate automations by workflow stage.
Yes. CC recipients can be: – Static (same CC list for all templates) – Conditional (different CC recipients based on Department, Region, or other column values) For example: – Marketing approvals CC the Marketing Director – Finance approvals CC the CFO – Sales approvals CC the VP of Sales All within one automation rule.
No. BoardBridge automations run on our server, not inside monday.com’s automation engine. Conditional template selection, compound conditions, and email sending all happen externally and do not consume your monday.com automation action quota. Conditional email template selection turns automation sprawl into one clean rule. Instead of maintaining 8 separate automations (and hoping none break silently), you have one automation that checks the data and sends the right email every time. No duplication, no maintenance overhead, no accidental wrong-email sends. For teams managing approval workflows, client communication, support ticketing, or any process where the same trigger requires different email content based on context, this is the difference between automation that feels fragile and automation that just works. BoardBridge — Form & Workflow Automation for monday.com handles conditional email templates out of the box. If you’re tired of automation sprawl and want one rule to handle multiple scenarios, it might be worth a look. Send different email templates from one automation based on column values. Eliminate automation sprawl by consolidating multiple rules into one smart rule. For more conditional automation: – Compound Conditions: AND/OR Logic for Multiple Triggers – Button Click: Conditional Email Templates – One Trigger, Multiple Actions (Action Chaining) Book a free consultation to consolidate your automations: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Conditional email template selection turns automation sprawl into one clean rule. Instead of maintaining 8 separate automations (and hoping none break silently), you have one automation that checks the data and sends the right email every time. No duplication, no maintenance overhead, no accidental wrong-email sends.
For teams managing approval workflows, client communication, support ticketing, or any process where the same trigger requires different email content based on context, this is the difference between automation that feels fragile and automation that just works.
BoardBridge — Form & Workflow Automation for monday.com handles conditional email templates out of the box. If you’re tired of automation sprawl and want one rule to handle multiple scenarios, it might be worth a look.
Send different email templates from one automation based on column values. Eliminate automation sprawl by consolidating multiple rules into one smart rule.
For more conditional automation:
Book a free consultation to consolidate your automations: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com No Dry-Run Mode for Automations

monday.com Automation Test Sandbox Mode