Good day fellow bubblers.
I have built an API to retrieve data from Azure Blob. The data comes fine, however if I put a step to retrieve the file it comes with the filename as my url parameters. I’d like to use the original file name.
Below is a view of the files. From right to left we have the original file name if I open the blob via a browser. We then have the file I get when I initialize the API. Lastly we have the file name as I get it from the front end.
Currently I use open external website to retrieve the file. Can anyone advise how I can retrieve the file with it’s original filename?