I’m generating reports in Excel files, that are very large. I need to process millions of rows to generate those Excels, so I need to perform this in a pipeline.
Given I generate one Excel per day, I use an incremental transform.
Once generated, how can I let my users in Workshop to download those files on click of a button or equivalent ?
I think you could create an additional dataset which contains the list of file names that you have generated, and index these names in a “File” Object Type.
Then in workshop, you would have a loop layout, looping over this list of File objects. And the looped module would contain a simple button with a URL variable (and any other widgets to display eventual metadata that your File object contains). And the URL would be for instance: