Salesforce Certified Advanced Administrator — Question 98
The sales team at Cloud Kicks is noticing that sales reps are misusing the new Screen Flow tool for data entry, since they are kicked back to the initial screen after clicking finish.
What should the administrator do to fix this?
Answer options
- A. Add a trigger to redirect the user to a new page.
- B. Use a Lightning action to redirect the user.
- C. Create a new flow to redirect the user when the other flow finishes.
- D. Update the flow with a local redirect action.
Correct answer: D
Explanation
The correct answer is D because updating the flow with a local redirect action will ensure users are directed to the desired screen after completing the flow. Options A and B suggest using external triggers or actions, which do not solve the problem within the context of the flow itself. Option C involves creating a new flow, which is unnecessary when the existing flow can be modified to achieve the same result.