A system administrator needs to design automated processes using Flow Builder. Which two scenarios are optimal use cases for creating a Record-Triggered Flow configured for Fast Field Updates (Before-Save)? (Select TWO answers)
- Updating a field on the triggering record before it is saved to the database.Cevap
- Validating record field values and conditionally setting another field on the same record prior to commit.Cevap
- CCreating a related Task record when an Opportunity stage changes to Closed Won.
- DSending an outbound email notification to an external service partner.
Cevap
The optimal scenarios for Fast Field Updates (Before-Save) flows are updating a field on the triggering record before it is saved to the database, and validating/setting field values on the same record prior to commit.
Fast Field Updates (Before-Save record-triggered flows) are specifically optimized for updating fields on the triggering record itself prior to database insertion or update. This avoids additional DML database operations.
Adım Adım Çözüm
Anahtar Kavram
Fast Field Updates (Before-Save) vs Actions and Related Records (After-Save) Record-Triggered Flows