Salesforce Platform Developer I (legacy) — Question 280

What are two considerations for running a flow in debug mode? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D because when debugging a flow, any DML operations are rolled back to maintain data integrity, and callouts to external systems do not occur to prevent unintended side effects. Options A and C are incorrect because pausing does not actually close the flow, and record type input variables can be passed into the flow.