Skip to main content

Missing fault path in Flows

David Martin avatar
Written by David Martin
Updated today

Flows that interact with the Salesforce database can fail. As a best practice, all fault paths should cover by error handlers.

Scope

  • All steps that interact with DB ("recordUpdates", "recordCreates", "recordDeletes", "recordLookups")

  • All steps that invoke Apex classes ("actionCalls")

Resources

Did this answer your question?