function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MDeveloperMDeveloper 

An unhandled fault has occurred in this flow

Hello All,

I have create flow form from salesforce flow but after save that flow form when I try to run that flow form. It give me an error message "An unhandled fault has occurred in this flow"

Please help me if anybody knows how to solve that problem.

Thank you.
harsha__charsha__c
Generally, this type of issue will be caused due to either insufficient parameters to the FLOW or improper variable declaration in the FLOW component.

It would be better to solve this, if you share in detail about what you did and where you are facing this issue(pls attch screenshot of the flow, if possible)

Regards,
- Harsha
MDeveloperMDeveloper
Hello,

Thank for reply me. That is screenshot of the flow variables.

User-added image

Please tell me if any thing wrong in this.

thank you.
harsha__charsha__c
Hoping FirstName, LastName and PhoneNumber are the variables created in the Flow. If yes, then you need to pass the values for those 3 variables while running the Flow.

Suppose that "https://cs1.salesforce.com/flow/TestFlow/******************" is your Flow URL, the following parameters need to be appended while running it as shown below.

https://cs1.salesforce.com/flow/TestFlow/******************?FirstName=TestOrder&LastName=Form&PhoneNumber=8880123456.

Try this way and let me know if you still see the same issue.

By the way, WISH YOU A HAPPY NEW YEAR :)

Regards,
- Harsha


MDeveloperMDeveloper
Hello,

First of All Happy New Year

https://cs1.salesforce.com/flow/TestFlow/******************?FirstName=TestOrder&LastName=Form&PhoneNumber=8880123456

when I am trying to open page with that same url and with own variable names in url. It is still showing me same error message. See below image

User-added image



Thank you.
harsha__charsha__c
Thanks and wish you the same.

Here are the steps to be followed:

1. Got to the Flow
2. Click Run
3. Append ?FirstName=TestOrder&LastName=Form&PhoneNumber=8880123456 to URL

Have you done the same and getting the error still?

Also, you might have got an error email to the user email. Check that once, you may get the root cause/Exception caused from it...

Regards,
- Harsha