I am running an automation process that collects some data via a webhook ,does some processing then outputs some shapefiles. I am trying to extract the URL to the download zip that you get when you run the workspace outside the automation from a workspace app or just run on flow itself.
The issues im having are:
-When the workspace is run within the automation it does not create a zip file in the temp/engineresults like when you run from a workspace app
-If i explicitly define temp/engineresults as the output location, it will write either a hardcoded zipfile name (not the autogenerated one) OR if i remove the .zip extension it writes each individual file - which i dont want
-I am able to extract out the autogenerated URL from the logfile, however because of the bullet points above there is actually no file being created at that URL
I've seen plenty of topics around this URL, but none of them seem to cover my situation, im basically asking what configuration do i need on my writer and then inside my automation, to ensure the download service creates the zipped resource in the correct location that i can then reference via the download URL