Skip to main content

Notifications

Community site session details

Community site session details

Session Id : zai/OZEJauxc3lfx4pJJ4r
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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

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

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,786 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,093 Most Valuable Professional

Leaderboard

Featured topics

Loading started