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 / Powerapps creating New...
Power Apps
Answered

Powerapps creating New Form when I am in edit mode

(0) ShareShare
ReportReport
Posted on by 6

Let me preface by mentioning that I'm pretty new to this, so please keep that in mind if you are able to help with this.

 

I created a powerapp from a Sharepoint list using the option from the sharepoint list where it says "Create a Powerapp", so it automatically came up with most of the functions itself.

 

The problem I'm having is that it created the form so that the same screen is used when adding a new entry, and when editing. I have no issue with this, other then when I select a previously submitted entry to edit, instead of modifying that entry, it submits a new entry and both the old and the newly modified one are in the list. 

 

I honestly don't know which property to change to fix this problem. If you can help, please let me know what screenshots (which functions) would be helpful for you to see. 

 

Thanks in advance

Categories:
I have the same question (0)
  • Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    When you click the "+" to create a new record it should bring you to the Edit screen but put change the form mode to new. When you save the form a new record will be created and then you will be brought back to browse screen. If you click on a record in the browse gallery it should bring you to the Edit screen and set the form mode to edit and populate the screen with the data from the selected record. You can make changes and click on save. Then those changes should be saved to the existing record and you should be brought back to the Browse screen. 

     

    Did you make any changes to the auto generated app? Are you selecting the previously created record from the browse screen using ">" on the gallery row?

  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    Hi @TorreyF ,

     

    Did you mean the custom form created from SharePoint site directly? If so, please check the OnEdit property of SharePointIntegration contro. Make sure the formula is:

    EditForm(SharePointForm1)

     

    Check the Item property of Form control, make sure it is:

     

    If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First('YourListName'),SharePointIntegration.Selected)

     

    For more information, please refer to:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-form-integration

     

     

    Regards,

    Mona

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard