TL;DR: When an item is moved into this board from a chosen source board, this recipe connects the arriving item to matching items on a third board using your connect column and matching logic. Ideal for intake / staging boards where items land and must be linked to records elsewhere.
Add a caption...
What this does
Recipe:"When an item is moved to this board from another board , connect with connect column all/first items on another board where this column matches another column using this logic and this logic."
Two "another board" fields with different meanings: the recipe waits for an item to be moved into this board from a specific source board, then connects the arrived item to matching items on a third board (the destination/target board).
Connection only — no ongoing column sync.
Add a caption...
When to use it
Intake / triage: incoming requests land in a staging board, auto-link to the customer master record
Cross-team handoffs: items move from Sales to Delivery board, auto-link to the customer on the CRM
Lifecycle staging: items move from a "New" board to a "Live" board, auto-link to the inventory master
Search Connected Boards and pick Connected Boards Automations.
3. Find the recipe
Find the recipe starting with "When an item is moved to this board": "When an item is moved to this board from another board, connect with connect column all/first items on another board where this column matches another column using this logic and this logic." Click Use template.
4. Pick the source board (first "another board")
The first "another board" field is the source board — the board items are being moved from. The recipe only fires when items arrive from this board.
5. Pick the connect column, all/first, and target board
Fill the next fields: connect column (on this board, where the link is written), all/first, and the second "another board" — this is the target board whose items will be connected.
Recipe field setup screen
6. Pick the matching keys
Fill this column (matching key on this board) and another column (matching key on the target board).
7. Choose how to handle multiple connections (this logic)
Pick Override or Add.
Handle multiple connections: Override or Add
8. Choose how to handle empty values (this logic)
Pick Match empty values or Don't match empty values (usually the latter).
Empty values: Match or Don't match
9. Click Create automation
Test that it works
Move an item from the source board into this board, with a matching key column populated.
Open the connect column on this board — confirm a link to the matching item on the target board appeared.
Move an item from a different board into this board — confirm the recipe doesn't fire (it only watches the configured source).
Common gotchas
The two "another board" fields mean different things. The first is the source (where items come from ); the second is the target (whose items get connected). Easy to swap them in setup.
Source board is fixed per recipe. If items might arrive from multiple source boards, set up one recipe per source — or use a column-change trigger instead.
The move must complete fully. Partial moves (e.g. items that arrive without the matching key populated) won't trigger the connection. Pair with an "on column change" recipe as a backstop if the key is populated post-move.
The connect column must already exist on this board. The recipe won't create one for you.
Ideal for staging / triage boards. When items land in a queue board before being routed to a final board, this trigger keeps them connected to their master record without manual linking.