Export Set ignores the "Maximum Rows' valueIssue The file produced by a scheduled Export Set ignores the limit specified by the Maximum Rows field in the Export Set record. For example, if a list contains 20,000 records and the Maximum Rows field for this Export Set is set to 20,000, then we expect 20,000 records in the produced file. However, the file contains less than 10,000 rows.CauseThere are three properties that usually get thrown around this type of issue. The export limits described in Export limits - these are limits enforced when not using the Export Set feature (when right-clicking and selecting Export from a list, for example)The "Maximum Rows" value in the Export Set record. This limit is enforced when using the Export Set feature ( Export sets )When exporting records from a database view, then the maximum will be enforced by System Property glide.db.max_view_records ( Specify the number of records to return ) If these properties do not help, you can also try to add the following property to get more information from the export process: System Property Name: glide.export.debug System Property Value: true Documentation: Enable export debug logging