
English is not my first language so sorry for misstakes.
so im building a app that use sql for data. among that data, there is diffrent types of files like pdf and jpg files. From what i could when I google around, you cant downloade files from SQL server throught powerapps. i found a workaround where i saved the file data to a collection and use that collection as the datasource in the attachment control.
now i could downloade the filedata but the problem was that for every image i need to select what program i wanted to use to watch it, bacause the file type would be diffrent from each picture.
i then tried to add the fileextension that the SQL server tells the file have, but after i did that i cannot downloade the file, but i dont get any other errors besides that.
any suggestions?