Skip to main content
Question

Error creating Lead record in Salesforce due to limit exceeded

  • September 9, 2026
  • 1 reply
  • 5 views

This Salesforce (2.30.0) step hit an error

Could not create record of the "Lead" object: We can't save this record because the “RT - Lead Created - Find and Delete Duplicates” process failed. Give your Salesforce admin these details. <b>Limit Exceeded</b><br>You or your organization has exceeded th

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 9, 2026

Hi ​@LouFrex 

Try working with your Salesforce Admin to troubleshoot/fix the error in Salesforce.

 

Zapier successfully called Salesforce, but Salesforce's duplicate-cleanup automation exceeded a Salesforce limit and caused the Lead creation to fail.

 

So the fix is likely inside Salesforce, not Zapier.

 

What likely happened:

  1. Zapier attempted to create a Lead.

  2. Creating the Lead triggered the Salesforce automation named RT - Lead Created - Find and Delete Duplicates.

  3. That automation tried to search for and/or delete duplicate records.

  4. Salesforce hit one of its platform limits while running that automation.

  5. Salesforce rolled back the Lead creation, so Zapier reports “Could not create record.”

 

“Limit Exceeded” can refer to several Salesforce limits, commonly things like:

  • Too many SOQL queries

  • Too many DML operations

  • Too many records processed

  • CPU time limit exceeded

  • Flow/process execution limits

  • An org-level limit, depending on the rest of the truncated error message

 

The Salesforce admin should inspect the automation:

RT - Lead Created - Find and Delete Duplicates

and check the failed Flow/Process/Apex execution for that Lead creation.
The full Salesforce debug/error details should identify the exact limit, such as Too many SOQL queries: 101 or Too many DML statements: 151.