web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to download pic fr...
Power Apps
Unanswered

How to download pic from SharePoint image column with button in Power Apps?

(0) ShareShare
ReportReport
Posted on by 255

I have a Sharepoint Communication site and a SharePoint List "Houses" and two image columns in the list, House1 and House2.

 

Since the site is a communication site, list images are stored in Site Assets.

 

In Power Apps canvas app I have a gallery which shows items from Houses list, and images House1 and House2 and names from fields Pic1Name and Pic2Name.

 

I want to place Button1 and Button2 in the gallery item which downloads the images House1 and House2 with given names.

 

I want to do this without Power Automate. Is it possible?

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @Finnair 

     

    you can try this:

    Set(House1URL, Concatenate("https://[YourSharePointSite]/SiteAssets/", ThisItem.Pic1Name));
    Set(House2URL, Concatenate("https://[YourSharePointSite]/SiteAssets/", ThisItem.Pic2Name));
    

    onselect of button:

    Launch(ThisItem.House1URL)
    

    button2:

    Launch(ThisItem.House2URL)
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,027

#2
Valantis Profile Picture

Valantis 644

#3
11manish Profile Picture

11manish 626

Last 30 days Overall leaderboard