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 take an image s...
Power Apps
Answered

How to take an image saved to the gallery to the next screen?

(0) ShareShare
ReportReport
Posted on by 2

So I've set up my camera and it takes photos then it's displayed onto the gallery on the same screen. I want it so that when the user navigate it to the next screen, the image that they just taken will be there.
I'm am new to Powerapps so an explanation of how it works and the codes for each item would be great!

If you didn't understand the question, I'll try to explain it better!
Thanks!

Categories:
  • Verified answer
    dinusc Profile Picture
    Microsoft Employee on at

    Hello @Pam_The_Spam,

     

    The follwing should help you take the last image from the gallery and show it on the next screen.

    1. Assuming that you have a Gallery control (Gallery1) that contains taken images (Image1).

    2. Add a Button control (Button1) to the same screen.

    3. Add a new Screen (Screen2) and add an Image control there (Image2).

    4. Set the following formula to Button1.OnSelect property: Navigate(Screen2, ScreenTransition.None, {lastImg: Last(Gallery1.AllItems).Image1})

    5. Set the following to Image2.Image: lastImg

    6. Run the app from the first screen and click on the Button1.

    The application should navigate to Screen2 and the last image from the gallery should be displayed in Image2 control.

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard