Export Reports Over Excel's Hard Limit

How do we export a report when using the Report Distribution feature if the report exceeds Excel's hard row limit of 1,048,576? When we attempt to, I am navigated to a new, blank tab with the url about:blank#blocked.

Comments

  • You can achieve this by using the RunReport step in a designer flow with ReturnDataOption as a CSVFile. Then add a FileDownload step on a form and map the output of the RunReport step as an input to the form. Please the picture below as an example:


Sign In or Register to comment.