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 / SharePoint "Save All" ...
Power Apps
Answered

SharePoint "Save All" button not saving on Edit Form

(0) ShareShare
ReportReport
Posted on by 63

I created PowerApps New, View and Edit forms via SharePoint Customize forms for each.  The problem I'm having is that the native SharePoint "Save all" button does not save the Edit Form.  The "Save" button works just fine on the New Form, but not the "Save all" on the Edit Form.  I've added a Save button to the Edit Form so that users can edit and save changes, but naturally, they still gravitate to the SharePoint "Save all" button and it LOOKS and acts as if it's saved, but their changes do not get saved.

 

See screenshot of app settings for the forms, and let me know what I'm missing - I feel like it's something simple that I'm just overlooking.

 

Thanks...

BlendRequest_Edit.png
Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @staceylaney 

    You need to look at the OnSave action of the SharePointIntegration object in your app.  That is the Formula that will execute when a user clicks on the standard Save All button in the form.

     

    I hope this is helpful for you.

  • staceylaney Profile Picture
    63 on at

    The OnSave is set to "SubmitForm(RequestForm_New)" - if I change it to the Edit form ("SubmitForm(RequestForm_Edit)") will that disable the Save on the New Form, though?

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @staceylaney 

    Typically, you would only have one form for edit and new, but if you have two forms for this same function, then you can utilize the form properties to determine if a submit is needed.

    ex. 

    If(RequestForm_New.Unsaved && RequestForm_New.Valid, SubmitForm(RequestForm_New));

    If(RequestForm_Edit.Unsaved && RequestForm_Edit.Valid, SubmitForm(RequestForm_Edit));

     

    It would be more ideal to simply have one form for edit and new though.

  • staceylaney Profile Picture
    63 on at

    The IF statement worked.  Thank you!

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

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard