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 let user change...
Power Apps
Unanswered

How to let user change a picture in the app?

(0) ShareShare
ReportReport
Posted on by 1,097

How can i let a user update a picture (change picture) in an app so all users get the new picture?

 

I have tried uploading a file to a sharepoint list and then saving the files name and add that to a picture control

 

but i realise to make this work i need to get the URL for that picture, but how do i get the URL for a sharepoint uploaded picture?

 

or how can i let a user do this in any other way?

can i with powerapps save a picture to a folder and then get that pictures URL?

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,386 Most Valuable Professional on at

    Hi @Oskarkuus ,

    If you upload your pictures to your Media, they will all have names (the actual file name without the extension).

    An Image control has an Image property that can be conditional.

    So if you had a table with a reference to User().Email and the picture you wanted to show them, you do at App OnStart something like

    Set(vUserMail,User().Email);
    Set( 
     vImage,
     Lookup(
     myImageList,
     EmailField = vUserMail,
     ImageName
     )
    )

    The Image property of the Image control would then be

    vImage

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • WarrenBelz Profile Picture
    156,386 Most Valuable Professional on at

    Hi @Oskarkuus ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Oskarkuus Profile Picture
    1,097 on at

    I havent had time to look at this that much more.

    But i am not yet at a solution.

     

    Im not sure your solution is what im am looking for.

    Thing is i am buidling a page where i want the user to change/edit the logo of the app, that are displayed all over the place.

     

    I want the user to upload a image to a sharepoint list and then load that image in the app.

    If user A upload image X then user C,D,E,F and so on should see image X

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard