
Target URL slug: /blog/how-to-auto-create-a-project-folder-with-multiple-boards-when-a-crm
You mark a deal “Won” in your monday.com CRM. Now someone has to create the project folder, duplicate the template boards, copy over the client name and project date, add the team roster, and wire up all the automations.
On a good day, that takes 20 minutes. On a busy day — when you’ve just closed three deals — it takes an hour, something gets missed, and a board starts life with broken automations pointing at a template instead of the new project.
If you’re running any kind of service business — events, consulting, production, onboarding — this handoff from sale to delivery is one of the highest-stakes moments in your workflow. And monday.com auto create boards from CRM makes it harder than it should be.
Need this to work automatically? Book a free consultation and we’ll show you how BoardBridge handles the complete CRM-to-project setup.
When someone types “monday.com auto create boards from CRM” into Google, they usually mean one of three things:
Simple board creation — When a deal status changes to “Won,” create a single project board from a template.
Folder + multiple boards — When a deal closes, create a named project folder with organized workspace structure containing several boards (e.g., Overview, Tasks, Deliverables, Communications).
Full project setup — Folder, multiple boards, CRM data pre-populated, team roster loaded, automations running immediately.
Monday.com can help with the first. It partially handles the second. For the third — which is what most growing teams actually need — you’re on your own with native tools.
Automation Pain Point #54: Monday.com’s Workflow Builder (available on Pro and Enterprise plans) Source includes a “Create board from template” action. Source This is the closest native tool to what you need.
What it can do:
What it cannot do:
Plan restrictions: Pro plans are limited to 5 active workflows total. Enterprise gets 250. If you’re on Standard or below, the Workflow Builder isn’t available at all.
Here’s how to set up the native approach on a Pro or Enterprise plan.
Before you can create boards automatically, you need a template to create them from.
Note: Custom automations you add to the template board will not carry over to boards created from it — more on this in the next section.
{Deal Name} or {Company}Change a deal’s status to “Won” and wait. The new board should appear in your workspace within 30–60 seconds.
What you’ll see: A new board named after your deal, at the root of your workspace (not inside a folder), with the template structure intact — but no CRM data, no team members, and no working automations.
That’s the native approach at its best. For a single-board, basic project setup, it works. For more complex setups, you may want to explore monday.com implementation services.
Auto-Create Project Folders from CRM
Status change → folder + boards + rosters + webhooks + automations. All automatic.
This is where things get complicated. The steps above will get you a board. But if your actual project setup involves more than one board — or if you’ve spent time building automations on your template — you’re going to run into problems that no monday.com documentation will warn you about.
Board Management Pain Point #54: Monday.com has no automation to create folders. None. The Workflow Builder can create boards, but it deposits them in your workspace root with no folder organization. Source
If you want a named project folder every time a deal closes, you’re either creating it manually or building a custom API integration.
Automation Pain Point #55: There’s no way to create multiple boards from a single trigger using the native Workflow Builder. Source If you need five boards per project, you need five separate workflows — and five separate template boards.
On a Pro plan with a 5-workflow limit, you’ve just used all your automations on one project type. Teams running multiple project types hit this ceiling fast.
Automation Pain Point #75: This is the one that stings hardest. When monday.com duplicates a board from a template, it drops the following automations entirely:
Monday.com’s own documentation confirms this: Source “When duplicating a board with custom automations using integration blocks, the automations will not carry over to the newly duplicated board and must be recreated on the duplicate board.”
A thread titled “Duplicate board not carrying ALL automations” has accumulated 20+ replies spanning from September 2021 through June 2024 — with no resolution from monday.com. Users in that thread described the issue as a “HUGE time saver” if it were ever fixed. One person reported a board with 44 automations producing a duplicate with only 39. Five automations silently dropped, no warning.
Another thread from February 2024 captured the scale of this problem: “Rewriting all the automations 200 times is incredibly tedious.”
Data Flow Pain Point #56: When monday.com creates a board from a template, it names the board using a column value — that’s it. The client name, email address, deal date, project type, budget — none of that flows into the new board’s columns. You copy it manually.
For teams running high-volume projects (10, 20, 50+ per month), that’s a meaningful amount of data entry, spread across every board in every new project folder.
This one catches teams by surprise. Monday.com uses different internal IDs for status labels across boards — even when the text is identical. “High Priority” on your CRM board has a different internal ID than “High Priority” on your project board.
When you try to map status values from the CRM to the new project board, you’re mapping IDs, not text. If you don’t account for this, status values arrive blank or mapped to the wrong option with no error message.
The “How to copy status columns with labels to another existing board” thread surfaced this in September 2023. The root cause: “Changes made to the default board labels will not change any labels in Status Columns that already exist.” Each board maintains its own label-to-ID mapping internally.
See How BoardBridge Handles Board Management
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
If your CRM-to-project handoff requires more than a single new board — if it involves a folder, multiple boards, CRM data transfer, roster loading, and working automations — you have three options.
Monday.com’s API supports folder creation, board duplication, item creation, and webhook registration. A custom integration (Make, Zapier, or a custom app) could orchestrate all of this.
Trade-offs: Significant setup time. Ongoing maintenance as your board structure evolves. API rate limits when creating many boards at once. No admin UI — changes require code changes.
Good for teams with dedicated ops or engineering resources who want full control. TaskRhino offers custom app development if you need expert assistance.
Several apps in the monday.com marketplace address pieces of this problem — board duplication, cross-board item copying, webhook management. Stacking them gets you partway there.
Trade-offs: Each app adds a vendor dependency and monthly cost. Apps interact unpredictably when combined. Board duplication still doesn’t carry automations over between apps.
Good for teams willing to accept partial automation in exchange for lower setup effort.
BoardBridge was built by TaskRhino specifically for this use case. The CRM-Won flow handles the complete project setup in a single trigger, without any manual steps:
What happens when a deal is marked “Won”:
Idempotency check — Before creating anything, the system confirms this project doesn’t already exist. If the “Won” status was accidentally clicked twice, only one project gets created.
Folder creation — A named project folder is created automatically, using the deal name from your CRM item.
Board duplications — All template boards are duplicated into the new folder simultaneously, each renamed with the project name (e.g., “Acme Corp – Task Board”).
Roster loading — Team members from your master roster boards are automatically added to the project boards. They’re there before you open the folder.
CRM data mapping — Client name, email, project date, and other deal fields are copied from the CRM item to the Project Overview board. Dates go to date columns. Statuses map by text label — not by internal ID — so values land in the right place across boards.
Webhook registration — Every new board is immediately connected to the automation system. No manual webhook setup.
Automation cloning — All workflow rules from your template boards are cloned onto the new boards with correct cross-board references. When your automations trigger a status change on one board to create an item on another, they’re already pointing to this project’s boards — not the templates.
The entire flow runs in seconds. By the time you click into the new folder, everything is in place.
The key difference: BoardBridge stores and manages automations outside of monday.com’s native automation engine. That’s why they survive board duplication. Monday.com’s native automations are hardcoded to board IDs — those IDs change when you duplicate. BoardBridge remaps all board references during the cloning step, so cross-board workflows work correctly from day one on every new project.
For teams running 20, 50, or 100+ projects per year, the time savings compound quickly. More importantly, every project starts from a clean, correct baseline — not a copy where five automations were silently dropped and nobody noticed until week three.
Here’s what this looks like in practice for a consulting firm running 60+ client projects per year.
Before: When a deal closed, the operations team would spend 20–45 minutes:
At 60 projects per year, that’s 20–45 hours of manual project setup annually — not counting the errors from missed steps.
After: A deal is marked “Won.” The operations manager gets a notification: the new folder is ready. They open it to find:
The 20–45 minutes became zero.
The native monday.com approach — Workflow Builder, one board at a time — got them one board at the workspace root with no data and broken automations. It wasn’t a starting point. It was a different problem.
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
Monday.com auto create boards from CRM is possible natively — to a point. The Workflow Builder creates a single board from a template when a status changes. For simple project setups, that’s enough.
For teams that need a complete project structure — folder, multiple boards, CRM data populated, team roster loaded, automations running immediately — the native tools run out fast. Board duplication drops automations. Folder creation doesn’t exist. CRM data doesn’t transfer. Status label IDs mismatch across boards silently.
The teams running this at scale are either building custom API integrations or using a tool purpose-built for the full handoff. If you’re hitting those limits, it’s worth knowing what’s actually possible.
Book a free consultation and we’ll show you how BoardBridge handles the complete CRM-to-project setup — folder creation, board duplication, CRM data mapping, roster loading, webhook registration, and automation cloning — all from a single status change.
About the Author Rakesh Patel is the founder of TaskRhino, a certified monday.com consulting partner, and the builder of BoardBridge — Form & Workflow Automation for monday.com. With 110+ implementations, he helps teams automate the CRM-to-project handoff that monday.com’s native tools can’t handle. Book a free consultation | Follow on LinkedIn
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com No Dry-Run Mode for Automations

monday.com Automation Test Sandbox Mode