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

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.