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

When I am creating a record through process builder I am getting an error.
I had created two process builder, The action to both the process builder should create a record in other object when one record is created in another object.
I.e When I create a record in Object A a process builder should fire and record should be created in Object B and vice cersa.
When I am creating a record I am getting an error and the record is not getting saved.
Error on record detail page.: "Developer Guide. Error ID: 930849216-76377 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76378 (-1005775037)" on record detail page.
I am also getting email as:
Error Occurred During Flow "Record_creation_on_objectA": This error occurred when the flow tried to create...
This error occurred when the flow tried to create records: CANNOT_EXECUTE_FLOW_TRIGGER: We can't save this record because the “ObjA Record” process failed. Give your Salesforce admin these details.
MAX_DEPTH_IN_FLOW_EXECUTION: Maximum flow depth exceeded: flow ObjA_Record is triggered for [a1z2v00000SV1e0] flow ObjB_Record is triggered for [a1y2v000003zGhZ] flow ObjA_Record is triggered for [a1z2v00000SV1e1] flow ObjB_Record is triggered for [a1y2v000003zGha] flow ObjA_Record is triggered for [a1z2v00000SV1e2] flow ObjB_Record is triggered for [a1y2v000003zGhb] flow ObjA_Record is triggered for [a1z2v00000SV1e3] flow ObjB_Record is triggered for [a1y2v000003zGhc] flow ObjA_Record is triggered for [a1z2v00000SV1e4] flow ObjB_Record is triggered for [a1y2v000003zGhd] flow ObjA_Record is triggered for [a1z2v00000SV1e5] flow ObjB_Record is triggered for [a1y2v000003zGhe] flow ObjA_Record is triggered for [a1z2v00000SV1e6] flow ObjB_Record is triggered for [a1y2v000003zGhf] flow ObjA_Record is triggered for [a1z2v00000SV1e7] flow ObjB_Record is triggered for [a1y2v000003zGhg]. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76363 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76364 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76365 (598868845). You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 930849216-76366 (598868845).
Please help me.
Thanks in advance!
1. Analyse the triggers/flows/Process builders and Workflows on the objects that are getting updated in the context
2. Debug the logs
This issue is specific to customizations done in your org and you/your team would be the best people to solve it.
I think I am getting this error as I am having the same criteria on both the objects of create a record when a record is created.
Do I have to create a process builder on one object and a trigger on the other to achieve this.
I have a master object M and child object C. I want to create a C record whenever I populate a specific field on M.
This is basic Process Builder functionality, right? A Flow seems unnecessary to me but I don't know. I haven't been able to make this work due to errors involving another active process on the child object. I keep getting the "unhandled fault has occurred in this flow" emails upon testing.
Is there a trick to this process that I'm missing, or a tutorial or something that might help me debug? Thanks a
192.168.0.1 (https://19216801.onl/)
I had created two process builder, The action to both the process builder should create a record in other object when one record is created in another object.192.168.0.1 (https://19216801.onl/)