Hi Dojo,
I'm currently exporting a CSV file via script, and it's being saved to the default path:C:\Skyline DataMiner\Documents.
However, since this is a DaaS setup, I don't have direct access to the stored files (except through the Cube).
Is there a recommended way to export or redirect this CSV output to a location I can access — for example, a shared folder or my local machine?
Any tips on achieving this via script or configuration would be much appreciated!
Thank you in advance.
Hi Nejra,
In an interactive automation script you could use a DownloadButton component that allows the user to download a file in a webbrowser.
For more information see the following links:
https://docs.dataminer.services/develop/devguide/Automation/UIBlockTypesOverview.html?#downloadbutton
This currently only works when the script is triggered from a DataMiner web app, not via Cube.

Thank you, Tom! This is very helpful!