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 / App per fare foto e ca...
Power Apps
Suggested Answer

App per fare foto e caricare su onedrive

(0) ShareShare
ReportReport
Posted on by
Buongiorno dovrei realizzare una semplice app per iphone che scatti una foto quadrata e che venga salvata in una cartella su onedrive.
Non sono uno sviluppatore e non riesco nemmeno con copilot a chiudere la cosa.
Qualcuno riesce ad aiutarmi?
Grazie
 
 
Screenshot 2026-08-27 alle 00.18.56.png
Screenshot 2026-08-27 alle 00.19.18.png
I have the same question (0)
  • Suggested answer
    WarrenBelz Profile Picture
    156,460 Most Valuable Professional on at
    I have done up a basic app as attached - you can import it as a Zip (legacy) file as the Flow is also attached.
     
    A couple of things you need to be aware of (my images are not attaching at the moment) - you need a text field for the file name (the code adds.jpg on the end) and the run code of the Flow is
    Launch(
       OneDriveFilePhoto.Run(
          {
             file: {
                name: txtFileName.Text & ".jpg",
                contentBytes: UploadedImage1.Image
             }
          }
       ).link
    )
    as that is the file structure expected by the Flow. Note I have created a link at the end Create share link and then Respond to a Power App or Flow sending it back - you do not have to do this if you don't want it.
     
    In the Flow, you can use the File Content passed as is and in the File name, put the Expression
    triggerBody()['file']['name']
     
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard