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

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.