What is a consideration for running a flow in debug mode?
What is a consideration for running a flow in debug mode?
When running a flow in debug mode, one important consideration is that DML operations, such as creating, updating, or deleting records, are typically rolled back when debugging ends to ensure that test data does not affect actual data. This prevents any unintended changes to the database during the debugging process, making it easier to test and troubleshoot the flow without the risk of data corruption.
Callouts can't be done while debbuging.
https://help.salesforce.com/s/articleView?id=sf.flow_considerations_troubleshooting.htm&type=5 When you debug a schedule-triggered flow, the flow starts only for one record.