Flows should not perform database changes as part of a loop path, as it will likely hit governor limits. Applying all database changes at the end of the flow is typically best.
Detect Flows that perform data access as part of a loop path.
Flows should not perform database changes as part of a loop path, as it will likely hit governor limits. Applying all database changes at the end of the flow is typically best.