Hi,
I'm having trouble with downloading images from a database table. The files download but I cant find a way to rename the file to the actual file name before it is downloaded. This is what I'm doing:
1. custom api from powerapps to take addimagebutton.media and send it to a Flow
2. Flow transforms the file into a binary from the blob:// format
3. Flow saves the file data to a column in the database and the file name to another column
4. Powerapps has a gallery control to display files / images with a download button
5. The download button onclick function = download(filecontent)
The file downloads with a name that seems to be generated from the filecontent column but its basically gibberish. Does anyone have any ideas how to add the name to the file?


Report
All responses (
Answers (