Anyone who deals with Flows on a regular basis dreads the Error Occurred During Flow (Previously the Unhandled Fault) message that we get from Salesforce. What we thought we built to perfection – isn’t. This isn’t very different from what we experience with an Apex trigger. Configuration changes can cause a previously well written Apex trigger to now not work as intended. Part of this might be that our Flow got used in a different way than we intended it to be used in. Now this becomes a real problem comes when we have an Autolaunched Flow and we hit an error. This stops our End Users from being able to save their record. So, how do we deal with that? Continue reading