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
SPRSPR 

The flow tried to update these records: null. This error occurred: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: CaseTrigger: System.LimitException: Too many SOQL queries: 101. I am getting this error for Milestone Processwhich is built in process builder

SATHISH REDDY.SATHISH REDDY.
Hi SPR,

On which object does this process builder lay on. If you already have a trigger on that object, then the best practice is to append all the process builders & workflows logic under the same apex trigger so that you don't have to worry about process builder being firing multiple times which inturn causes trigger to fire & thus leading to the Governor limit exceptions.

Thanks,
Sathish