Skip to main content
The Update Field node modifies a field value on the contact record during workflow progression. Use it to set flags, update lifecycle stages, clear stale data, or write any value that downstream nodes or external systems depend on.

Configuration

Actions

ActionDescription
Set valueAssigns a new value to the selected field. You can enter a fixed value, or type / to open the command menu and insert liquid expressions, contact fields, or tokens.
Clear valueRemoves any existing value stored in the selected field, leaving it empty.
Text inputs in this node support Liquid templating. Type / in any text field to open the command menu and choose from Add liquid, Add a field, or Add a token to insert dynamic values.

Overwrite toggle

By default, existing field values are preserved. When the Overwrite existing values toggle is enabled, any existing value is replaced with the new one you set.
Toggle stateBehavior
Off (default)If the field already has a value, the node is skipped. Only empty fields are updated.
OnThe field is always updated, replacing any existing value.
The Clear value action always removes the current value regardless of the overwrite toggle, since clearing is inherently a destructive operation.

Behavior

  • The node executes once per contact as they pass through.
  • The field is updated on the contact record before the contact advances to the next node.
  • Downstream nodes (branches, emails, webhooks) will see the updated value immediately.

Use cases

  • Set lifecycle stage — update a lead_stage field to “MQL” when a contact reaches a qualifying step in the workflow
  • Reset tracking fields — clear a last_clicked_date field at the start of a sequence so only new click events are captured
  • Flag workflow participation — set a in_nurture_workflow field to true at the start and clear it at the end, so other workflows or branches can check whether the contact is currently in this sequence
  • Prepare data for branching — set a standardized value before a Field Branch node to ensure clean routing