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

Visual Flow Not Working When Creating a Record Requiring Master-Detail
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.
I have a visual flow consisting of one screen with three fields and two record creation elements. The three fields pass into the create record element to make a new record. This works. The record ID is saved into a variable.
This variable of the record ID is passed to the next record element as input for a Master-Detail relation. For some reason I receive the error above.
There are only two required fields for the second object. A Master-detail relation and a Name. I inserted a screen between the two elements to confirm that the variables are being created correctly. What could possibly be going on to prevent the second record from being created?
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information.
I have a visual flow consisting of one screen with three fields and two record creation elements. The three fields pass into the create record element to make a new record. This works. The record ID is saved into a variable.
This variable of the record ID is passed to the next record element as input for a Master-Detail relation. For some reason I receive the error above.
There are only two required fields for the second object. A Master-detail relation and a Name. I inserted a screen between the two elements to confirm that the variables are being created correctly. What could possibly be going on to prevent the second record from being created?
Also can you setup a debug log and see why you are getting unhandled error?
I created a new flow and it worked perfectly fine. I must have assigned something incorrectly along the way.
Thank you!