• Tanushree Singh 6
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I have created a Flow which works well in Debug Mode and on Community portals but not on a Vf page. The error message is:
An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information.

And the VF code is:

<apex:page >
  
         
          <flow:interview name="Eval_Survey"/>
       
     
</apex:page>
I have created a Flow which works well in Debug Mode and on Community portals but not on a Vf page. The error message is:
An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information.

And the VF code is:

<apex:page >
  
         
          <flow:interview name="Eval_Survey"/>
       
     
</apex:page>