
2 Antworten

Hi Raju,Can you make sure that there are no other conflicting processes or workflows that are interfering with your current process (maybe some other process working )?Process builder doesn't have tools for debugging. All you have - is a beautiful error email report.There is a high probability that you have new validation on your object and flow can't provide changes.Goto developer console -> query editor -> check use tooling api -> execute query: select fullname from flow where id = '301...' -> find flow by its name -> provide validation changes. But in future, your admin can add new validation to object in production. Then you again will have a similar issue. Process builder is a fancy tool, but I prefer user trigger instead.Hope this helps.Please mark this as solved if it's resolved so that it results in helping others who are encountering a similar issue.Best Regards,Nagendra.