When I retrieve a file from the file store I download that as a zip file. The filename in the zip file in my case is always Quotation_0001.pdf and I would like to have this changed.
In the documentation for the file store upload node I noticed there is a baseline parameter that can be set, so I set it to the name that I would like to have.
I noticed that for the file store download node there is a parameter originalFilename that holds the original name of the file in the OL Connect File Store.
After the change I noticed no particular difference at all. And originalFilename is empty.
I do have an output creation node but in the preset there is nothing specified with regards to the filename.
How can I set the filename in the zip file to something else?