I wonder if anyone can help please, I have created a flow builder to update a field on the Opportunity record based on an Event being created with a specific Milestone value however, when I test I am getting an error 'Too many DML rows: 10001'. I added an additional filter to only look at Opportunities with a Close Date greater than today and I then I get an error CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: Opportunities: System.LimitException: Apex CPU time limit exceeded. You can look up ExceptionCode values in the SOAP API Developer Guide.---This error occurred when the flow tried to update records.
If I create a process builder it works fine but, creating in flow builder as I know SFDC are looking to retire process builder at some stage.
Appreciate any help and thanks so much
Hi Amnon, I have related the Opportunity ID to the What ID on the event but I still get the same error. I will run a debug logs and see if our code guy can take a look. Thanks for your help.