When a Flow encounters an unhandled error, Salesforce sends an error email to the flow owner or the last user who modified the flow. This email includes important debugging information such as:
Flow name and version
The flow element where the error occurred
The error message
The user who was running the flow, including their full name and user ID
Correct Option:
C. View the full name of the run-as user in the email — ✅ This helps identify who encountered the error and what triggered it.
Incorrect Options:
A. You cannot schedule queries from within the email.
B. You cannot directly launch a debugger from an email.
D. The email pertains only to a specific flow instance that failed.
Reference Extracts from Salesforce Help – Debug Flows:
“Error emails contain the user’s name, the element that failed, and details on the error to assist in resolution.”
===========
Submit