I would like to change the name of the folder that is in the datadownload zip to something else than dataset. Is this possible?
My flow:
I tried giving this option a parameter value from $(exportname). Defined as:
When exporting it from the server with data download it gets ignored and only uses the default value.
When using the job submitter it does not:
It is possible to change the name but it looks like it only accepts the default value and not the incoming parameter that i use in my self made function. I checked at the beginning of the log and the workflow receives the correct value but does not use it with the data download and only uses the default.
Is there another way that i can use to manipulate the name of the folder in the zip when using the data download service?