
Automation Pain Point #20 & #21
You need to test an automation before letting it run on live data. Click a button, see what WOULD happen (which email would send, which statuses would change, which boards would update), but don’t actually DO any of it. A dry-run mode. A preview. A sandbox.
Monday.com has no such feature. When you test an automation, it fires for real — emails go to real people, statuses change on live boards, cross-board items get created, and you’re left manually undoing everything if the test wasn’t what you expected.
The only Monday.com-native “test mode” is for emails specifically — you can redirect emails to a test address. But board actions still run live. Change a status during testing? It changes for real. Create an item on another board? It creates for real. There is no rollback, no undo, no “this was just a test” safety net.
This article explains why monday.com’s lack of dry-run testing is a critical gap, what partial workarounds exist, and where BoardBridge has (and hasn’t) solved this problem.
Monday.com automations execute immediately when their trigger fires. There is no “simulation mode” where you can see what would happen without actually doing it.
Scenario 1: Testing an email automation
Scenario 2: Testing a cross-board automation
Scenario 3: Testing a status change automation
From a forum thread titled “‘Test Automation’ Function” — 9 replies spanning June 2022 to August 2025 (3+ years, no resolution):
“It would be helpful to be able to test the notification…without having to wait until Friday” — peter.vardy, June 9, 2022
“So annoying to have to recreate the entire automation” — dk_NFroehlich, June 10, 2022
Described pain of managing 20+ action automations without test capability. — psperry, June 9, 2022
“It’s really very difficult to test anything because one has to wait for 1 hour to test a schedule based automation after each change made.” — vparassidis (Vera), July 25, 2023
Asked for status update after 2+ years. — connectrtem, February 14, 2025
Posted tumbleweed emoji (suggesting abandonment after 3+ years). — dk_NFroehlich, August 26, 2025
Monday.com official response: NONE in 3+ years.
| Feature | Why It Matters |
|---|---|
| Email dry-run mode | Preview email content without sending to real recipients |
| Board action dry-run mode | See which statuses would change, which items would be created, without actually doing it |
| Execution log preview | See the step-by-step sequence of actions that WOULD run |
| Rollback capability | Undo a test that ran on live data |
| Sandbox workspace | Separate test environment that doesn’t touch production boards |
| Feature | Support |
|---|---|
| Email dry-run mode | ⚠️ Partial — can redirect emails to test address, but subject is prefixed “[TEST]” and original recipients are stripped (can break testing) |
| Board action dry-run mode | ❌ Not supported — status changes, item creation, cross-board updates run live during testing |
| Execution log preview | ❌ Not supported — no “what would happen” preview |
| Rollback capability | ⚠️ Partial — Activity Log allows 7-day undo window for manual changes, but NOT for automation-triggered changes |
| Sandbox workspace | ❌ Not supported — no concept of test vs. production environments |
From the official automation documentation:
No mention of test mode, sandbox, preview, or dry run.
The documentation assumes all automations run on live data.
Already covered above. No Monday.com staff response in over 3 years.
From a November 2023 forum thread titled “Sandbox for Admins”:
“I would like to be able to have a workspace that is fully functional but does not take actions such as notifying people, etc.” — HAMondayAdmin (Andrea), October 31, 2023
Monday.com staff (BiancaT) responded:
“I understand where you’re coming from and happy to take this feedback to the relevant team.”
Offered to convert to a feature request. No implementation.
From a January 2024 forum thread titled “Best Practices for creating a duplicate board for testing changes”:
“I have a need to create a ‘Sandbox’ or copy of my current environment. This will allow me to test out automations prior to rolling them out in production.” — sharonmartinko, January 18, 2024
“Did you ever figure this out? Currently, I am manually duplicating the boards as well to test :s” — dan13l, March 2, 2025
Monday.com official response: NONE. Over a year later, users are still manually duplicating boards for testing.
From a November 2021 forum thread titled “Developer Sandbox”:
“I need to be able to test that my integration works with all the enterprise features.” — works, November 9, 2021
Monday.com staff (AlexSavchuk) provided a developer account signup link but confirmed:
“It won’t include some of the Enterprise-only access features, like item viewing permissions.”
Even the developer sandbox is incomplete — it doesn’t support testing Enterprise features.
Cross-Board Workflows That Actually Work
One trigger, actions across multiple boards. No more one-automation-per-board limits.
Monday.com DOES have one test-related feature: email test mode (available at the organization level).
test@yourcompany.com)When enabled:
[TEST]Problem 1: Board actions still run live
Email test mode only affects EMAILS. If your automation also:
You get test emails, but the board changes are real.
Problem 2: No per-automation toggle
Email test mode is workspace-wide. You cannot enable it for one automation while leaving others in production mode. Either ALL automations send test emails, or NONE do.
Problem 3: CC/BCC are stripped
The whole point of testing is to verify the email looks correct — including the CC/BCC list. But test mode REMOVES them. So you cannot test:
BoardBridge’s email test mode addresses these gaps:
What we changed:
[TEST - Outbound Travel Email] instead of generic [TEST]What we DIDN’T solve:
Here’s what BoardBridge provides for testing: Source: BoardBridge Product Documentation
How to enable:
What happens when the automation fires:
[TEST - Travel Email - Outbound]isTestMode: true for auditBoard actions:
Every automation run is logged with full details:
| Log Field | Example |
|---|---|
| Automation name | “Send Travel Email (Button)” |
| Trigger type | Button click |
| Item ID | 147 |
| Board name | “Event Travel” |
| Timestamp | June 15, 2026 10:23 AM |
| Actions executed | Send email, Update status, Update date |
| Email details | To, CC, BCC, subject, template used |
| Status changes | “Travel Email Status” → “Sent” |
| Test mode | Yes/No |
| Success/Failure | Success (or error details) |
Why this matters:
BoardBridge automations can be disabled without deleting them.
How it works:
Why this helps testing:
This lets you test the trigger without executing the actions.
See How BoardBridge Handles Automation
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
Here’s the honest truth: BoardBridge does not have full dry-run mode either.
Dry-run mode requires:
Rather than building an imperfect dry-run system, we focused on:
These features minimize the NEED for dry-run testing by making automations more reliable and easier to debug.
If you need to test board actions (status changes, item creation) without affecting production data, here are the best workarounds:
How it works:
Pros:
Cons:
How it works:
Pros:
Cons:
How it works:
Pros:
Cons:
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
No. Monday.com does not have a dry-run, preview, or simulation mode for automations. When you test an automation, it executes fully — emails send, statuses change, items are created, and board updates happen in real time. There is no sandbox or test environment.
Monday.com’s email test mode redirects automation-triggered emails to a test address and prefixes the subject with `[TEST]`. However, all other automation actions still execute normally — status changes, item creation, cross-board updates, etc. It only affects emails, not board actions.
No. BoardBridge has email test mode (prevents emails from going to real recipients) and detailed logging (shows exactly what happened after an automation runs), but board actions (status changes, item creation) still execute during testing. Full dry-run mode would require simulating monday.com API calls without executing them, which is technically challenging.
The most reliable workarounds: 1. Duplicate board for testing — create a test copy of your board, run automations on test items, then delete the test board 2. Email test mode — at minimum, prevent emails from going to real people while you verify automation logic 3. Disable automations — turn off automations while verifying item data is ready, then enable and trigger them
Partially. Monday.com’s Activity Log allows you to undo manual changes within a 7-day window, but automation-triggered changes are harder to undo because they often involve multiple actions across multiple boards. You’d have to manually revert each action (delete created items, change statuses back, etc.).
Full dry-run requires: – Simulating monday.com API calls without executing them (the API doesn’t support preview mode) – Predicting the results of actions that depend on earlier actions (e.g., Action 2 needs the item ID created by Action 1) – Maintaining a parallel “what would happen” state alongside real board data Rather than building an incomplete dry-run system, we focused on features that reduce the need for testing: pre-condition checks (block automations when data is missing), email test mode (prevent emails from going to real people), idempotency (prevent duplicate actions), and detailed logging (audit exactly what happened).
Yes, in the BoardBridge admin panel. Each automation shows: – Trigger type (button click, status change, form submission) – Pre-conditions (if any) – Actions (in execution order) – Conditional logic (which email template would be selected based on current item data) You can preview the email that would be sent (with merge variables populated from a real item) before clicking the button.
| Platform | Dry-Run Support | |———-|—————-| | Make.com | ✅ “Run Once” button — executes the scenario once with live data but highlights each module as it runs. Still executes live, but you see real-time feedback. | | Zapier | ⚠️ “Test step” per action — executes each action individually on real data. Not a simulation. | | n8n | ✅ “Test Workflow” — runs the full workflow with real data but shows input/output for each node. Detailed execution logs. | | Jira | ✅ “Automation Playground” — public sandbox for testing automation templates (not live data). | Reality: Most automation platforms execute on live data during testing. The difference is in visibility (real-time execution logs) and control (step-by-step testing). Dry-run testing remains an unsolved problem across most automation platforms — including monday.com and BoardBridge. The workaround is to focus on features that reduce the need for testing: pre-condition checks ensure automations only fire when data is complete, email test mode prevents emails from going to real people, and detailed logging provides full visibility into what happened. For teams building complex automations, the best practice is: 1. Use email test mode to verify email content 2. Use pre-condition checks to block automations when data is missing 3. Use duplicate boards for testing board actions (status changes, item creation) 4. Use detailed logs to audit what happened after each automation run It’s not perfect, but it’s the most reliable approach available today. BoardBridge — Form & Workflow Automation for monday.com handles email test mode, pre-condition checks, and detailed logging out of the box. If you need better visibility and control over automation testing, it might be worth a look. monday.com has no dry-run mode for automations. Use email test mode, detailed logging, pre-condition checks, and duplicate boards to test safely instead. For more automation safety: – Pre-Condition Checks: Block Automations When Data Is Missing – Compound Conditions: AND/OR Logic for Multiple Triggers – One Trigger, Multiple Actions (Action Chaining) Book a free consultation to discuss automation testing strategies: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Dry-run testing remains an unsolved problem across most automation platforms — including monday.com and BoardBridge. The workaround is to focus on features that reduce the need for testing: pre-condition checks ensure automations only fire when data is complete, email test mode prevents emails from going to real people, and detailed logging provides full visibility into what happened.
For teams building complex automations, the best practice is:
It’s not perfect, but it’s the most reliable approach available today.
BoardBridge — Form & Workflow Automation for monday.com handles email test mode, pre-condition checks, and detailed logging out of the box. If you need better visibility and control over automation testing, it might be worth a look.
monday.com has no dry-run mode for automations. Use email test mode, detailed logging, pre-condition checks, and duplicate boards to test safely instead.
For more automation safety:
Book a free consultation to discuss automation testing strategies: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com Automation Test Sandbox Mode

monday.com Block Automation If Pre-Condition Not Met