TL;DR: When a new item is created on this board, this recipe finds matching items on another board (using equals / contains / starts-with logic) and connects them through a connect column. Connection only — no ongoing column sync. Rank 2 most-used Connected Boards Automations recipe — used by 109 monday.com teams in the last 90 days.
The recipe card on the monday.com Marketplace
Add a caption...
Recipe:"When an item is created, connect with connect column all/first items on another board where this column matches another column using this logic and this logic."
When a new item is created on this board, this automation searches another board for items where a column value matches one of yours — using the comparison logic you pick — and writes the link to your connect column. You also choose whether to link all matching items or just the first.
Works for any column type that can be compared (Text, Numbers, Status, Date, Email, etc.). Connection only — no ongoing column sync.
When to use it
Auto-link new orders to customer records where Email matches
Auto-link new bug reports to feature rows where Feature ID contains a substring
Auto-link incoming leads to existing accounts where Domain matches
Search Connected Boards and pick Connected Boards Automations.
Add a caption...
3. Find the recipe
Find the recipe "When an item is created , connect with connect column all/first items on another board where this column matches another column using this logic and this logic." and click Use template.
Add a caption...
4. Pick the connect column and matching keys
Fill the underlined fields on the setup card:
Connect column — the connect column on this board where the link will be written
all/first — link every match, or stop at the first
Another board — the board to search
This column — your matching key on this board
Another column — the matching key on the connected board
Recipe field setup screen
5. Choose how to handle multiple connections (this logic)
Pick Override existing connections to replace any current connections with the new ones, or Add to existing connections to keep current ones and add new.
Handle multiple connections: Override or Add
6. Choose how to handle empty values (this logic)
Pick Match empty values to allow empty fields to trigger a connection, or Don't match empty values to prevent empty fields from creating connections (usually what you want).
Empty values: Match or Don't match
7. Click Create automation
Reverse variant
Recipe:"When an item is created, connect using the connect column on another board all/first items, where this column matches another column using this logic and this logic. (Reverse)"
Same behavior as the standard recipe — match items by column value and connect — but the direction is flipped. The connect column lives on the other board, not on this one. The recipe writes the link from the connected board back to this board.
Use it when the master record's board owns the connect column and you don't want to add one to this board. All other fields and pickers work the same as the standard variant.
The reverse variant card on the monday.com Marketplace
Test that it works
Create a new item on this board with a value in the matching key column that you know exists on the other board.
Open the connect column on this board and confirm the link appeared.
If all was selected, verify multiple connections are written when multiple matches exist.
Common gotchas
Logic mismatch is the most common setup error. If you pick "equals" but values differ by whitespace, capitalisation, or format ("ACME" vs "Acme Inc."), no match will be found. Use "contains" for fuzzy joins.
Only applies to items created after setup. Existing items aren't retroactively connected.
The connect column must already exist on this board. The recipe won't create one for you. (For the reverse variant, the connect column must exist on the other board.)
No ongoing sync. Column values on either board are not synced afterwards. Pair with a sync recipe if you need both.
"All" can create many connections per item. If your match logic is loose (e.g. "contains" on a generic word), each new item could link to dozens of rows. Test on one item first.