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
Ashlynn SylvainAshlynn Sylvain 

Issue with an autolaunched flow that is firing despite not meeting PB criteria

Here's my error message, with the error ID:

We can't save this record because the “Campaign Attribution” process failed. Give your Salesforce admin these details. <b>An unhandled fault has occurred in this flow</b> An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Error ID: 2005767989-14403 (-1739716378)

The PB criteria are configured to prevent the flow (Immediate Action on the process) from launching if the created record does not have the variables needed for the flow. However, records that do not meet this criteria are still triggering the flow and, not surprisingly, throwing errors like the above. I had SF support look at the PB and the flow today and was told my PB configuration was fine, so not sure why the flow is going 'around' the process and launching when it shouldn't.