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
Andrew GrayAndrew Gray 

Record Triggered Flow Limits

I have external system inserting Accounts in batches of 200. I have added a After Save record triggered flow that has 1 Get Records element in it and updates the Account. 

Am trying to understand what is happening with limits here. I get a CPU timeout error - presumably for the overall transaction of 200. Was also expecting SOQL error but debug logs seem to say the SOQL count is seperate for each account not cumulative for the 200? Is that correct? 




 
PriyaPriya (Salesforce Developers) 
Hey Andrew,

Is your trigger bulkify ?

Please provide the code of trigger you written.

Thanks
Andrew GrayAndrew Gray
Hi - there is no trigger - is an After Save Record Triggered flow. Thanks