When running a flow in debug mode, Salesforce rolls back any DML operations performed during the debugging process to ensure no data changes affect the org. This helps test and verify flow logic without impacting live data.
[Reference:Flow Debugging Documentation, , , ]
Submit