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 / Prompt automatically u...
Power Apps
Unanswered

Prompt automatically upload new photo gallery

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi everyone,

 

I have a gallery that shows photos of parts of a machine that the user can upload. Whenever you press the green button you are prompted to upload a picture of that part. 

 

Issue: I would like to be pushed in the right direction when it comes to having PowerApps automatically prompting me to upload a picture of the next part (so after I click the green button and upload a picture - and in the back patching it to the database - PowerApps should prompt me directly to upload a picture of the next part by just opening file directory). 

 

I have tried using the Select and then referencing the 'Add picture' control, but I don't think that is the way to go, since nothing happens. 

 

In the OnChange of the 'Add picture' control I have this: 

 

If(
 !IsBlank(Self.FileName),
 UpdateContext({showPopupLoaderAdvertisingPhoto: true});
 RemoveIf(
 'Vehicle Photos',
 And(
 Vehicle.'Vehicle ID' = selectedVehicle.'Vehicle ID',
 'Vehicle Photo Template'.'Vehicle Photo Template Id' = ThisItem.'Vehicle Photo Template Id'
 )
 );
 Patch(
 'Vehicle Photos',
 Defaults('Vehicle Photos'),
 {
 Filename: Self.FileName,
 Vehicle: selectedVehicle,
 'Vehicle Photo Template': ThisItem,
 Photo: imgVehiclePopupPhoto.Image
 }
 );
 UpdateContext({showPopupLoaderAdvertisingPhoto: false})
 

Someone able to push me in the right direction? 

Categories:
I have the same question (0)

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard