Cause

Conga enforces a data set limit of 1500 rows. This message occurs when you are attempting to use a data set that exceeds that maximum.

What to Do

  • The work around for the data-set row limit is to break that data set up into multiple queries/reports, each limited to 1500 rows.
  • A common approach is to sort the query alphabetically and create multiple clones, each for a different portion of the alphabet; i.e. A-G, H-N, O-Z.