Skip to main content

Notifications

Community site session details

Community site session details

Session Id : QFuG4z56bDx3cs96ioA7p7
Power Apps - Power Apps Experimental Features
Suggested answer

Error saving images taken by PowerApp to SharePoint list

Like (0) ShareShare
ReportReport
Posted on 21 Oct 2024 06:26:46 by 2
I created a powerapps using the SharePoint list.
If you add an image to the SharePoint list and take an image in the Powerapps, it is saved in the SharePoint list
The image has not been saved all of a sudden since a while ago.
Does anyone know how to solve these issues?
 
The image was saved not long ago
It is not currently saved
  • CS-21100609-0 Profile Picture
    2 on 22 Oct 2024 at 01:12:38
    Error saving images taken by PowerApp to SharePoint list
    Which control should I enter the Patch function?
    What I want to do is
    1. Taking pictures in PowerApps
    2. Save to SharePoint List
    3. Check the PowerApps for that photo
    This is the order.
  • Suggested answer
    Nandit Profile Picture
    1,563 Super User 2025 Season 1 on 21 Oct 2024 at 08:41:05
    Error saving images taken by PowerApp to SharePoint list
     
    If you are using the "Add Picture"control to add the image to the list, please know that it is a Composite control and you will need to refer the UploadedImage property in your Patch function for this to work right. 
     
    You will find there are two sub-controls in your Add Picture control:
     
    Here's how you can do it:
    Patch(
            SharePointList,
            Defaults(SharePointList),
            {
                image: UploadedImage2.Image
            }
        )
     
    Hope this helps. 
     
    Kind regards, 
    Nandit

    If this answers your query, please mark this response as the answer.
    If its helpful, please leave a like. Thanks!
     

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Experimental Features

#1
mmbr1606 Profile Picture

mmbr1606 49 Super User 2025 Season 1

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 22

#3
stanmiller95 Profile Picture

stanmiller95 16

Overall leaderboard

Featured topics

Loading complete