
The Update Field action normally changes a field on the record that triggered the workflow. But it can also reach sideways — updating a field on a related record that the trigger record is linked to through a lookup field.
For example, when a Deal is marked Won, you can have the same workflow update a field on the Contact linked to that deal — no separate workflow, no manual edit.
The two modules must already be connected by a lookup field on the trigger module. If your Deals module has a Contact lookup field, a Deal workflow can update that linked Contact. Without a lookup field, there is no related record to reach and the related module will not appear as an option.
Open your workflow in the builder, add an Update Field action, and open its configuration panel. Click Add Field Update and stay on the Create New tab.
At the top of the field-update form is a Module dropdown. It lists your current module first, followed by every related module, each labelled with the lookup it travels through — for example Contacts (via Contact).
Pick the related module. The Field list below now shows that module’s fields instead of the trigger module’s.
Select the Field on the related record you want to change, enter a Value (values support {{merge tags}}), or tick Set as Empty to clear it. Click Save & Add, then save and activate the workflow.
A lookup can point at more than one related record over time. When that happens, the workflow does not update all of them and it does not pick at random — it updates the latest created related record: the newest one by its created date, most recent first.
Records that have been archived, merged away, or deleted are never chosen — they are skipped, and the newest live related record is used instead.
If the trigger record has no live record on the other end of the lookup, there is nothing to update, so the workflow simply skips that field update and moves on. You can confirm what ran on the workflow report.
Goal: when a Deal is Won, stamp its linked Contact as a customer.
Trigger: Deal — Stage changes to Won
Action: Update Field → Module Contacts (via Contact) → Field Lifecycle Stage → Value Customer
If the Deal is linked to more than one Contact, the most recently created Contact is the one marked Customer.
OpenAI Engage and apply what you just learned to your own workspace.
Open AI Engage CRM