Node: Link Record
How to connect an existing Projects card to a deal or contact using the Link Record node.
The Link Record node connects an existing Boards (Projects) card to a CRM deal and/or a contact — without creating anything new. It's the lightweight counterpart to "Create Project from Deal", meant for reconnecting records that already exist separately.
When to use it
- A Projects card was created manually and you want to associate it with the matching deal or contact.
- A workflow fires from a deal and you need the board card to record that link.
Requirements
- The card, deal, and contact you want to link must all belong to the same workspace; otherwise the link is silently ignored.
Configuration
- Item (card): the card id to link; if left blank, uses the card that triggered the workflow.
- Deal: the deal id to link; if left blank, uses the deal from the trigger.
- Contact: the contact id to link; if left blank, uses the contact from the trigger.
Example
Board automation "when a card is created manually" → Link Record node with deal_id={{$trigger.deal_id}}, reconnecting the newly created project to the deal that originated it.
Tips
- You can leave every field blank if you just want to reinforce the current trigger's existing links.
- The node never fails the workflow: if there's nothing resolvable to link, it simply skips.
Troubleshooting
- The link doesn't persist: check that the ids belong to records in the same workspace and that none of them were deleted.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.