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
chinna r 5chinna r 5 

“Error Occurred: The flow tried to update these records: null. This error occurred: LIMIT_EXCEEDED: System.LimitException: Apex CPU time limit exceeded

“Error Occurred: The flow tried to update these records: null. This error occurred: LIMIT_EXCEEDED: System.LimitException: Apex CPU time limit exceeded.  The error returned A Process Builder is triggered when a field on the Lead is updated. The process builder attempts to push the value from a formula field into a static field on the same Lead object.How to solve this prb?
AbhishekAbhishek (Salesforce Developers) 
https://salesforce.stackexchange.com/questions/265720/flow-error-apex-cpu-time-limit-exceeded

Try the workaround as suggested above.

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.
Dushyant SonwarDushyant Sonwar
This is happening due to trigger on lead object which is not optimized. Please optimize your trigger and your issue will get resolved