Salesforce Certified Advanced Administrator — Question 92
AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue of the company. The administrator has decided to create a flow.
Which two considerations should the administrator make sure to remember when creating the flow? (Choose two.)
Answer options
- A. Update Record elements should be placed outside the flow loop.
- B. Update Record elements should be placed inside the flow loop.
- C. Use a Get Records component instead of hard coding record IDs.
- D. The running user of a flow is the user that last saved the flow.
Correct answer: A, C
Explanation
The correct answer includes A and C because placing Update Record elements outside the flow loop avoids unnecessary updates and helps maintain performance. Additionally, using a Get Records component prevents hard coding, ensuring that the flow remains flexible and adaptable to changes in record IDs. Option B is incorrect as it can lead to performance issues, and option D is incorrect because it misrepresents how flow execution contexts work.