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
Karen MadiganKaren Madigan 

Auto-launched flow (initiated by Process Builder) is triggering governor limits with data upload

I have an auto-launched flow that is initiated by the Process Builder when a record is created or updated. It updates fields on two custom objects from data gathered from several objects. There are two lookups: one for each of the two custom objects. Although the flow works splendidly in the end-user environment, when there is a data insert/upsert (which occurs on a regular basis) the flow triggers the SOQL governor limit to be hit (I amm using Dataloader.io). Is there a way to keep this from happening?

Thank you.
ShashankShashank (Salesforce Developers) 
You will have to bulkify your code for data inserts/updates. Would you be able to post some of your trigger code?