Hi
I want to be able to download a file from remote computer, using my node-red dashboard. specifically, I want to click a button on the dashboard that then generates a CSV file from my database and then download it. I have seen some solutions where people use hyperlinks and http nodes to do this. As far as I can see through, all those solutions require you to hardcode a specific hyperlink with a specific file name. I want to be able to download the file I just created and thus need to specify the file name on the fly from the code. I would appreciate any ideas on how I can do this.