You need to sign in to do that
Don't have an account?

flow + process builder = Error Occurred: Too many SOQL queries: 101
Hi,
I have a simple process and flow running on opportunity line items which upon create edit and save runs a flow which in turn updates all opporutnity line items. we are using a target custom object and link the opp lines to that. So its looking for a target record depending on some variables, then looking for the record to update, assigning the record to update then updating
At the moment this is working perfectly up untio 23 or 24 oppoertunity lines at which point i get the dreaded Error Occurred: Too many SOQL queries: 101
i currently only use 4 steps in a flow, can anyone point me in the direction to be able to iron out this bug

I have a simple process and flow running on opportunity line items which upon create edit and save runs a flow which in turn updates all opporutnity line items. we are using a target custom object and link the opp lines to that. So its looking for a target record depending on some variables, then looking for the record to update, assigning the record to update then updating
At the moment this is working perfectly up untio 23 or 24 oppoertunity lines at which point i get the dreaded Error Occurred: Too many SOQL queries: 101
i currently only use 4 steps in a flow, can anyone point me in the direction to be able to iron out this bug
Do you have any trigger associated with the Opportunity If so then there might be some issue.