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
pooja chauchanpooja chauchan 

Getting unhandled fault message even when I've placed system fault in flow

Error Message: An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow
Best Answer chosen by pooja chauchan
Gaurav NirwalGaurav Nirwal

It's true there's only a fault line from Lookups, Create,Update, and delete elements - but that doesn't mean that is the only place where the Flow can fault!

For example, it could very well be faulting at your Assignment Element - which would stop the flow and therefore you never get to the Error Screen.

Try doing the dev console for debug...

else - as lame as it may sound -> Put a screen between the assignment and the Lookup and see what you get. If you get that screen then you know the error is happening after the assignment...

Also - what are you actually assigning? I'm assuming you're doing a lookup based on the email a user types up. You could just reference that screen input in your Lookup - no variable required and therefore no assignment