Salesforce Dictionary — Free Salesforce GlossarySalesforce Dictionary

Field Update

Administration🟢 Beginner

Definition

A Field Update is a workflow action (also available in approval processes) that automatically changes the value of a field on a record when the associated rule's criteria are met. It can set a specific value, use a formula to calculate the new value, or clear the field entirely, and it can optionally trigger re-evaluation of workflow rules after the update. With the retirement of Workflow Rules, equivalent functionality is now available through Record-Triggered Flows.

Real-World Example

a Salesforce administrator at Coastal Health uses Field Update to maintain data quality and enforce organizational policies across the platform. By properly setting up Field Update, they prevent common data entry errors and ensure that users follow established business processes, which saves the support team hours of cleanup work each week.

Why Field Update Matters

A Field Update is a workflow action (and approval process action) that automatically changes the value of a field on a record when the associated rule's criteria are met. It can set a specific value, use a formula to calculate the new value, or clear the field entirely. Field Updates in Workflow Rules can also trigger re-evaluation of workflow rules after the update, which is useful for cascading updates but can also create infinite loops if not designed carefully.

With the retirement of Workflow Rules and Process Builder, equivalent functionality is now built into Record-Triggered Flows, which are the modern declarative automation tool. Record-Triggered Flows handle field updates as one of their core actions, alongside many other capabilities the older tools couldn't handle. Migrating Field Update workflow actions to Flow is part of the broader Workflow Rule retirement effort. New automation should be built directly in Flow rather than touching legacy Workflow Rules.

How Organizations Use Field Update

  • Cobalt VenturesMigrated their old Workflow Rule field updates to Record-Triggered Flows during their Flow modernization project. The Flow versions are easier to maintain and unlock additional capabilities.
  • NovaScaleBuilds new automation directly in Flow rather than touching legacy Workflow Rules, ensuring all new field update logic uses the modern tool.
  • BrightEdge SolutionsAudits old Workflow Rules quarterly, migrating Field Updates to Flow as the deprecation deadline approaches.

🧠 Test Your Knowledge

1. What does a Field Update do?

2. Where should new field update automation be built?

3. What's a risk with Field Updates that trigger re-evaluation?

See something that could be improved?

Suggest an Edit