web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Error Handling
Suggested answer

Power Apps Form Attachments No Longer Writing to SharePoint

(1) ShareShare
ReportReport
Posted on by 4
Within the last week or so we have noticed that any Power Apps Form that we are using the attachments control on stopped writing the attachment to SharePoint after the Form was successfully submitted.
 
Datacard Update Property - DataCardValue.Attachments
Attachments Item's property - Parent.Default
 
The only work around we have found is to delete the attachments control and readd it. Anyone having a similar issue and have a better solution?
I have the same question (0)
  • Suggested answer
    oyepanky Profile Picture
    356 on at
    Power Apps Form Attachments No Longer Writing to SharePoint

    Hi, Yes, this is a known issue with the Power Apps Attachments control after recent updates.

    • Remove the Attachments control and add it again.

    • Make sure the properties are:

      Update: DataCardValue.Attachments Default: Parent.Default

      • If still not working, remove and re-add the SharePoint integration and republish the app.


      •  

      Best Regards,
      Pankaj Jangid (OyePanky)
      Power Platform Developer
      YouTube: @Oyepanky
  • Suggested answer
    venturemavenwill Profile Picture
    931 Super User 2025 Season 2 on at
    Power Apps Form Attachments No Longer Writing to SharePoint
    Can you check that Id and Value are present in Parent.Default?
     
    A common reason why this happens is that the Id is missing from the attachment. 
     
    Another possibilty is that SharePoint is using the term ID instead of Id in the attachment, and the attachment control expects Id. 
     
    In this case, change the Attachments Item's property to:
     
    {
        Id: Parent.Default.ID,
        Value: Parent.Default.Attachments
    }
    And see if it works better. 

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 829 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 489

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 395 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics