An administrator needs to automatically update a field on an Opportunity record whenever the Opportunity is created or updated, prior to the record being saved to the database. No other records or external systems need to be updated. Which flow configuration should the administrator select?
- Record-Triggered Flow configured for Fast Field Updates (Before-Save)Answer
- BRecord-Triggered Flow configured for Actions and Related Records (After-Save)
- CSchedule-Triggered Flow evaluated every hour
- DScreen Flow launched automatically by a Validation Rule
Answer
Record-Triggered Flow configured for Fast Field Updates (Before-Save)
Configuring a Record-Triggered Flow for Fast Field Updates (Before-Save) is the recommended best practice for updating fields on the record that launched the flow. It updates the record values before they are committed to the database, offering optimal performance.
Step-by-Step Solution
Key Concept
Fast Field Updates vs. Actions and Related Records in Record-Triggered Flows