Hello,
I am building an app and one of the functions of this app is to be able to upload images of approvals so they can be referenced at a later date if needed. I also want to be able to download these images so they can be shared with people who do not have access to the app.
I've set the app up so the images get loaded into a SharePoint List Image column and I have a gallery in the app that shows the images of the selected items in a collection. I want to have a button that downloads the selected image and this is where I'm struggling. PowerApps is asking for the URL of the image, but I can't see any way to get the URL dynamically. I've also tried using the Launch function, but this only seems to open the SharePoint List Item, rather than just the image.
Any help here would be greatly appreciated.