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 List > Powe...
Power Apps
Answered

Sharepoint List > Powerapps > Save button not showing on Edit

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a Sharepoint list, and in Powerapps have 3 separate screens for new, edit and view.

 

On the View screen, i have a button to edit the list.

 

When I click on the button it successfully navigates me to the edit screen, and shows the edit form, however the ribbon along the top does not have "Save" button, just "Edit", "Copy Link" and "Customise in Powerapps".  If I hit the "Edit" button, then "Save" does display

 

Is there any way I can get "Save" to display when using the custom button on the View screen? 

 

In my SharePointIntegration OnEdit field I have 

Set(SharePointFormMode, "EditForm"); EditForm(FormCoordinatorReview); Navigate(ScreenCoordinatorReview);

And on the button OnSelect I have

Set(SharePointFormMode, "EditForm"); EditForm(FormCoordinatorReview); Navigate(ScreenCoordinatorReview); 

 

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

    @Anonymous 

    The issue is that you are circumventing the integration with the Edit button.  Since you have a button and navigate to the Edit page, the SharePoint integration has no way to know that you are in an "edit mode".  

    The concept of the buttons at the top are to provide a standard for users to interact with the record.  

    So, if they view a record, they should then be clicking on the Edit button in the top...not a button in your app.

    Technically, if you were to maintain this edit button in your App, then you would also incorporate a "Save" button in your app...users would just need to ignore the top buttons. 

    My suggestion is to remove the Edit button and put whatever formula logic you need to be in the button in the OnEdit action of the ShaerPointIntegration control.

     

    I hope this is helpful for you.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks, I was hoping that there was a way to set it to edit mode, ie using: Set(SharePointFormMode, "EditForm"); 

     

    I will just go back to using the native edit button, should still be fine for my application I guess

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

    @Anonymous 

    No, SharePointFormMode is just a variable.  It has no impact on the SharePointIntegration.

    In fact, the only real function you have to control the integration is RequestHide() 

    When that is used, it will signal to SharePoint to close/hide the app/form.

     

    If your doing Integration, I'd stick with the standard of the top buttons to control the flow of your app (i.e. Edit, Save, View, New, etc).  If you want more precise control, then consider doing a Custom App instead of a Customized form.

     

    Happy PowerApp'ing

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard