A Salesforce Administrator is configuring a flow to evaluate record conditions and process multiple records efficiently. Which TWO design practices represent correct usage of Flow Builder elements and logic? (Select 2 answers)
- Place data manipulation (DML) elements, such as Update Records, outside of Loop elements to operate on record collections.Cevap
- BExecute a Get Records element inside a Loop element during each iteration to fetch related parent record details dynamically.
- Use a Decision element with defined outcome criteria to route execution paths based on resource values.Cevap
- DConfigure a Roll-up Summary element in the flow to aggregate field values across a standard lookup relationship.
Cevap
The correct practices are placing data manipulation (DML) elements outside of loops to operate on collections, and using Decision elements to evaluate outcome criteria and branch flow execution paths.
Placing data manipulation (DML) operations outside of loops ensures the flow operates on collections in a single transaction, maintaining bulkification standards. Additionally, Decision elements are the standard Flow Builder element used to evaluate conditional logic and determine execution paths.
Adım Adım Çözüm
Anahtar Kavram
Flow Builder element logic, decision branching, and bulkification best practices