It's possible to create an interactive automation script that uploads a file from the user's local machine and then imports it, for example a csv file that should be imported to DOM instances.
Is it also possible the other way around, an interactive automation script that exports data from the DMA and allows users to store it on their local machine (and not just on the DataMiner server)?
Hi Reinout,
I believe your use case is similar to this other one Download Button path outside Skyline Dataminer Folder (not http) - DataMiner Dojo
In there, the DownloadButton class is being used and I think it could help you as well.
There appear to be some constraints as mentioned here UIBlockType overview | DataMiner Docs but I think it is what you are after