Solved! Go to Solution.
Hi @RockyRocks ,
By default, the picture column from SharePoint list should show like below in gallery control:
Then you can achieve this by following below steps:
1. Insert an Image control, set its Image property to:
BrowseGallery1.Selected.Pic
("Pic" is the picture column name.)
2. Insert a button control, set its OnSelect property to:
Download(BrowseGallery1.Selected.Pic)
Notice that if it's a picture column type, then after you select the button, it will open the image in your default web browser, then you could download the picture from there. This is because that picture column would be recognized as a whole picture and you cannot get the URL directly in PowerApps to download it.
But if it's a hyperlink column, then you would be able to download it directly with the click of a button.
Regards,
Mona
Hi @RockyRocks ,
By default, the picture column from SharePoint list should show like below in gallery control:
Then you can achieve this by following below steps:
1. Insert an Image control, set its Image property to:
BrowseGallery1.Selected.Pic
("Pic" is the picture column name.)
2. Insert a button control, set its OnSelect property to:
Download(BrowseGallery1.Selected.Pic)
Notice that if it's a picture column type, then after you select the button, it will open the image in your default web browser, then you could download the picture from there. This is because that picture column would be recognized as a whole picture and you cannot get the URL directly in PowerApps to download it.
But if it's a hyperlink column, then you would be able to download it directly with the click of a button.
Regards,
Mona
Hi @RockyRocks ,
Downloading in same page in PowerApps cannot be achieved so far. You might want to add an idea in PowerApps Idea forum below.
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Regards,
Mona
User | Count |
---|---|
143 | |
142 | |
78 | |
75 | |
72 |
User | Count |
---|---|
228 | |
143 | |
78 | |
62 | |
58 |