You need to sign in to do that
Don't have an account?

Any way to know which user triggered an unhandled fault in flow
Occasionally users do things they should not when using flows, such as entering multiple email addresses into an email field.
This triggers an unhandled proces fault, and I get the notification.
The notification, however, does not include the User ID of the user that triggered the issue, so I cannot reach out to the user to let them know what the issue was. The notification only inserts my Organization ID. Notification copied below.
Encountered unhandled fault when running process Quick_Create_Contact/30140000000TNMG exception by user/organization: 00D400000007YpG/{4}
Is there any way to figure out which user triggered the fault? Else, please update the notification template!!!
This triggers an unhandled proces fault, and I get the notification.
The notification, however, does not include the User ID of the user that triggered the issue, so I cannot reach out to the user to let them know what the issue was. The notification only inserts my Organization ID. Notification copied below.
Encountered unhandled fault when running process Quick_Create_Contact/30140000000TNMG exception by user/organization: 00D400000007YpG/{4}
Is there any way to figure out which user triggered the fault? Else, please update the notification template!!!
We then run the fault line to our fault handling sub-flow (which we use on all flows). The fault handling sub-flow creates the case and provides fault message and any other information we want.
All Answers
I was not aware I could do error handling in the flow - do you know where I can find any documentation on how that is done?
Do I need to setup some kind of decision element to determine whether there was an error and then either show them a screen, a la girbot56, or run through a sub-flow to create a case?
More details are very much appreciated!
Cheers
We then run the fault line to our fault handling sub-flow (which we use on all flows). The fault handling sub-flow creates the case and provides fault message and any other information we want.
thx again.