I have a List that grows by 300 items a day. Thus, I have an archive process in place to purge the items every 3 days. The challenge now is the manager wants to view the past 6 months of data for metric purposes.
What are my options given that I am always being told that List can not exceed 5,000 rows, but having a need to store 27,000 rows for metrics and other validation purposes such as an audit check...
Is it possible via a Workflow to export to a Excel spreadsheet daily (append the records to a master workbook)..