• Michael Venman 3
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I'm getting the "Too many SOQL queries: 101" error when I try to insert more than 15 records at a time based on a flow I've used to create a sales cycle object to record and track the appropriate call volume each time a lead is worked.  This object needs to be created every time a lead is put into a user's name and a lead doesn't exist.

I've looked up the information about bulkifying a flow and can't seem to find my answer.  I don't have any flows, and my understanding is that it should take these 100 leads I'm updating/inserting and bulk them into 1 SOQL query automatically.  Am I missing something?  Do I need to create an SObject or do a Fast Lookup or Fast Create to trigger the bulkification process?  Right now, every time the lead qualifies it fires a separate interview for each record, so I don't believe that is the right way to go.

Any help would be greatly appreciated!

NOTE - I posted this on the usual help forum, and was directed here to receieve more targed advice.  THANK YOU!

Visual Flow layout