Hello All,
I have a problem and I am unable to find any solution to this.
I use standard PowerApps control (AddMediaWithImage) to upload and save image as base64 in text field on one of the SharePoint column.
I am able to display the image as Image control.
One of the users would like to Save this image to his computer (usually right-click and Save Image As, or Save As). However this is not recognized as image, and therefore cannot be saved like this. I tried to use OnSelect and Download - however you need to have URL to achieve this.
My last idea is to engage PowerAutomate, and send the email with image attached to the user who clicks the image, however this is way not as expected for the end users.
Anyone has any idea how to save images kept as base64 to Hard Drive/Device?