Salesforce Certified Advanced Administrator — Question 109
Ursa Major Solar’s administrator has configured multiple record-triggered flows to run before or after the record is saved on the Account object.
What should the administrator consider when a record-triggered flow executes first?
Answer options
- A. The flow with the shortest execution time will execute first.
- B. The flow with the longest execution time will execute first.
- C. Assign the highest priority to the record-triggered flow which should execute first.
- D. The order in which those flows are executed is not guaranteed.
Correct answer: C
Explanation
The correct answer is C because assigning priority allows the administrator to control which flow runs first in a situation where multiple flows are triggered. Options A and B incorrectly suggest execution order based on time rather than priority, while D implies randomness in execution, which is not the case when priority is set.