Activity › Forums › Salesforce® Discussions › Process Builder failed to trigger a flow
-
Process Builder failed to trigger a flow
Posted by Himanshu on April 30, 2016 at 5:55 PMThe record couldn’t be saved because it failed to trigger a flow – Process Builder
PRANAV replied 8 years, 3 months ago 3 Members · 2 Replies -
2 Replies
-
Hi Himanshu,
This issue mainly occurs with a Process that has criteria referencing a foreign key field (cross object references). You can create a text formula field that pulls in the value of the foreign key field you are trying to reference in the Process criteria. You can use that formula in the criteria of the Process. For further details, you can also refer to below link:
https://success.salesforce.com/issues_view?id=a1p300000008XMLAA2
Thanks
- [adinserter block='9']
-
Hi,
User’s with a Process that has criteria referencing a foreign key field (cross object references) are running into an issue when saving a record that does NOT meet the criteria. They will get an error and will be unable to save.
Error:
The record couldn’t be saved because it failed to trigger a flow.
A flow trigger failed to execute the flow with version ID 30100000000XXXX.
Contact your administrator for help.So the current workaround is to create a text formula field that pulls in the value of the foreign key field you are trying to reference in the Process criteria. You can use that formula in the criteria of the Process.
Hope this helps you.
Log In to reply.