Report Designer: Unable to upload file to create report from external Excel document. Upload icon is greyed outIssue In Report Designer, the "Upload a file" icon is greyed out and cannot be clicked. This prevents the user from creating a new report from an external Excel document. ReleaseAll releasesCauseThe instance has reached the maximum number of import tables, as determined by the value of the "glide.report.max.import.tables" system property, which has a default value of "100". When a report is successfully created by uploading an external Excel file, a new record is inserted into the Import Tables [sys_report_import_table] table. As the number of records in this table becomes equal to the value in the "glide.report.max.import.tables" system property, no additional import tables can be added, and the "upload a file" icon in the Report Designer becomes disabled.ResolutionNavigate to sys_properties.list on the affected instance and search for the "glide.report.max.import.tables" system property. If the property exists, update its value to a higher number than the current value, based on what you want the new maximum to be. If the property does not exist (which means that the instance is using the default value of "100"), create a new property with the following:Name: glide.report.max.import.tablesType: stringValue: 200 After adding/updating the property to a value greater than the number of records in the Import Tables [sys_report_import_table] table, the "Upload a file" icon in the Report Designer will be enabled once again.