Salesforce Certified Advanced Administrator — Question 152
Cloud Kicks has created a new flow that deletes records.
What should the administrator consider when testing the flow?
Answer options
- A. Even if the flow is inactive, debugging the flow will delete the test record.
- B. Flows with delete elements cannot be debugged by the Flow debugging tool.
- C. Flows with delete elements need to be inactive to ensure that the test record is not actually deleted.
- D. Records deleted by Flow when debugging are hard deleted.
Correct answer: A
Explanation
The correct answer is A because even inactive flows can still execute delete actions during debugging, which means test records can be lost. Option B is incorrect as flows with delete elements can be debugged, but the results can be risky. Option C is wrong because flows do not need to be inactive to prevent actual deletions during debugging. Option D is misleading; while deleted records during debugging may be hard deleted, the main concern is about the active flow's impact.