
title: “monday.com Connect Boards and Mirror Columns in Forms — Why They Don’t Work” meta_description: “Can’t use Connect Boards or Mirror columns in monday.com forms? WorkForms doesn’t support relational columns. Here’s why and what workarounds actually work.” keyword: “monday.com connect boards mirror columns forms”
Connect Boards and Mirror columns are powerful on monday.com boards. In forms? They don’t exist.
Can you use monday.com Connect Boards and Mirror columns in forms? If you’ve tried building a form that writes to a Connect Boards column — or hoped to show mirrored data from a connected board inside a form — you’ve hit one of monday.com WorkForms’ hard walls. These column types aren’t supported in forms. Not in WorkForms, not in most third-party form apps, and not in BoardBridge either.
This isn’t about missing features. It’s about how these column types work at the API level. Here’s why they’re unsupported, what that means for form workflows, and what you can do instead.
Pain Point #19: Connect Boards column can’t be populated via form submissions
monday.com’s official documentation and community threads confirm this form limitation:
“Connected board columns (and people columns, mirror columns, drop-down columns, country columns etc) are not supported in forms.” — Support for connected board columns in WorkForms Source
Connect Boards is a relational column type. It doesn’t store text or numbers — it stores references to items on other boards. When you link two items via Connect Boards, monday.com’s API expects a payload like this:
“json { "item_ids": [123456789, 987654321] } “
Those numbers are monday.com item IDs from the connected board. For a public-facing form to populate a Connect Boards column, it would need to:
This creates a UX problem: how does a client filling out an intake form “select” an item from your internal Vendors board when they don’t have access to that board and don’t know the item IDs?
Scenario: You have a Projects board and a Vendors board. The Projects board has a Connect Boards column linking to Vendors. You want a client intake form where the client selects a vendor, and that populates the Connect Boards link.
The problem:
What users try:
Pain Point #20: Mirror columns can’t be included in forms, so data that mirrors from connected boards is invisible to form submitters
Mirror columns are read-only. They pull data from items connected via Connect Boards columns. For example, if your Projects board has a Connect Boards link to Vendors, a Mirror column could display the vendor’s email address, phone number, or status.
Mirror columns are computed — monday.com calculates their values automatically based on the Connect Boards link. You can’t write to them, even via API. They don’t accept change_column_value mutations.
Even if you could include a Mirror column in a form, it would be read-only display — the form submitter couldn’t edit it. And since Connect Boards columns aren’t supported in forms either, there’s no way to establish the relationship that Mirrors depend on.
Mirror columns aren’t alone. Several monday.com column types are auto-calculated and can’t be written to:
| Column Type | Why It’s Not Supported |
|---|---|
| Mirror | Read-only; pulls data from Connect Boards links |
| Formula | Auto-calculated based on other columns |
| Auto-Number | Generated sequentially by monday.com |
| Last Updated | System timestamp; can’t be manually set |
| Creation Log | System metadata; can’t be manually set |
These columns are useful on boards for tracking and calculations, but they don’t fit the form submission model — forms write data, these columns compute data.
From the 162+ post mega-thread on form limitations:
“Even with Enterprise ‘Edit Responses,’ users can’t edit Signature or Connect Boards question types… Connect Boards fields are permanently locked.” — Community thread: Use Forms to edit/update existing items
“Connected board columns (and people columns, mirror columns, drop-down columns, country columns etc) are not supported in forms. It is important to be able to support these column types, as currently the forms are pretty useless without being able to support them.” — Community thread: Support for connected board columns in WorkForms
“Really need the ability to include mirrored columns/connected boards in forms – The connected boards feature is key to being able to link our data sets together for reporting.” — Community thread: Include connected boards/mirrored columns in forms!
Even Enterprise customers with monday.com’s response editing feature can’t edit Connect Boards fields after submission. They’re excluded from forms entirely.
Competitor limitations:
Source: Fillout monday.com integration
Source: SuperForm features
The best any form tool can do is create an item on a board that has Connect Boards columns — but the user has to manually link those items after submission.
Stop Creating Duplicates
BoardBridge forms update existing items — no Enterprise plan, no workarounds, no duplicates.
Since Connect Boards and Mirror columns can’t be populated via forms, here’s how teams handle relational data:
Setup:
Pros:
Cons:
Best for: Low-volume intake where manual linking is acceptable
Setup:
Pros:
Cons:
Best for: Small, stable sets of connections (under 10 options)
Setup:
Pros:
Cons:
Best for: High-volume workflows where automation investment is justified
Setup:
Use case: Client intake where you pre-assign a vendor internally, then send the client a form to fill in project details. The vendor link stays intact; the client updates scope, dates, and deliverables.
Best for: Update-existing-item workflows where relationships are pre-defined
Need help setting up monday.com integration services with automated Connect Boards linking? TaskRhino offers custom workflow automation.
See How BoardBridge Handles Form Updates
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
Even SuperForm — monday.com’s most popular form app (10,222 installs, $35-$520/month) — does not support Connect Boards or Mirror columns in forms.
From SuperForm’s feature list:
“Supports Connect Boards, Mirror, Formula, Subitems, Dependencies, Tags, Hour, WorldClock, Week, and Item ID column types”
Wait — it says “Supports Connect Boards” but also doesn’t support it in forms? Here’s the catch:
Same limitation, slightly better UX. The column is still excluded from editable fields.
Fillout advertises “powerful multi-board workflows” but admits:
“Forms can’t apply conditions using live data from other boards, such as pulling information from mirror columns and connect boards.” — NotesForms analysis of monday.com form tools
No one has solved this cleanly because the API structure makes it nearly impossible for public-facing forms.
BoardBridge does not support Connect Boards or Mirror columns in forms. We’re upfront about this because:
We’d rather be honest about limits than ship a feature that’s fragile and confusing.
While we can’t handle Connect Boards or Mirror, BoardBridge does solve several WorkForms gaps:
For the column types we support, we support them fully — with pre-fill, validation, overwrite protection, and cross-board mapping.
Q: Can you use Connect Boards and Mirror columns in monday.com forms? A: No. monday.com WorkForms and third-party form tools don’t support Connect Boards or Mirror columns. Connect Boards requires item ID references that external users can’t access, and Mirror columns are read-only computed columns that can’t be written to.
Q: Will Connect Boards support ever be added to forms? A: Unlikely. The UX problem (how does an external user select an item from a board they can’t see?) is unsolvable without compromising security or creating a clunky search interface. Dropdown + automation is simpler and safer.
Q: Can I at least display Mirror column data in a form? A: No, because Mirror columns require a Connect Boards link to exist first. Since Connect Boards isn’t supported, Mirror has nothing to pull from. If you pre-link items manually, you could use a Text field to display mirrored data via API — but that’s a custom build, not a native form feature.
Q: What about Subitems — can forms create subitems? A: BoardBridge does not currently support subitem creation via forms. Subitems require parent item references and nested data structures that don’t fit the standard form submission model. This is another area where manual creation or automation is the better path.
Q: Can I use Connect Boards in the form’s target board, even if the form doesn’t populate it? A: Yes. Your target board can absolutely have Connect Boards and Mirror columns — they just won’t be editable via the form. You’d link items manually or via automation after submission.
Q: Why do some apps claim to support Connect Boards if they can’t actually write to it? A: Marketing. They may support displaying Connect Boards data (read-only) or creating items on boards that contain Connect Boards columns (but not populating the column itself). Always test before subscribing.
Q: Can I use monday.com’s automations to link items after form submission? A: Yes, with limitations. You can set up automations like “When Status = X, connect to Item Y on Board Z” — but this requires one automation rule per possible connection. For 50+ vendors, this becomes unmaintainable.
Q: What if I use the form to update an item that already has Connect Boards links? A: The links stay intact. BoardBridge (and most form tools) won’t overwrite columns they don’t support. If your item is pre-linked to a vendor via Connect Boards, sending the form to update project details leaves the vendor link alone.
Q: Can I pre-fill a form with data from a connected board via Mirror columns? A: No. Since BoardBridge doesn’t read or write Connect Boards/Mirror columns, we can’t pull mirrored data for pre-fill. If you need to display vendor details to the form submitter, use a Text field populated via API before generating the form link.
Q: Are connected board columns and mirror columns supported in WorkForms? A: No. monday.com WorkForms does not support Connect Boards or Mirror columns. Forms can’t apply conditions using live data from other boards, and you can’t populate Connect Boards columns via form submission. Use Dropdown + automation as a workaround.
This limitation affects teams who:
If your workflow depends on Connect Boards relationships from form submissions, you’ll need automation, middleware, or manual linking as a follow-up step.
Need monday.com forms that update existing items, write to multiple boards, and include conditional logic? BoardBridge by TaskRhino handles what WorkForms can’t — with honest limits on relational columns. Book a free 30-minute consultation at https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com No Dry-Run Mode for Automations

monday.com Automation Test Sandbox Mode