Announcements
Dear All,
I have Recently Customized an SharePoint List form using Power Apps, All Looks to be good other than it does not save Entries into the List upon Clicking the Save Button which is located at the Top, Any Help will be Appreciated. Thank you
Regards
Tejas
Can you share the contents of the OnSave property of the SharePointIntegration?
One way to quickly debug is to put a notify statement in the OnSuccess and OnFailure properties of the SharePointForm to find out what is happening.
@shoog
If(SharePointFormMode="CreateForm", SubmitForm(NewForm1), If(SharePointFormMode="EditForm", SubmitForm(EditForm1)))
First thing to check is whether your variable SharePointFormMode gets set the way you expect. If that is correct, then try adding the Notify statements to OnSuccess and OnFailure to determine what event is triggering.
@shoog An Example Please. Thank you
For your EditForm1, put something like this in the OnSuccess property Notify("EditForm success")
EditForm1 in the OnFailure put Notify("EditForm failure")
similar for NewForm1
then after saving, you will see what form gets saved and whether the save was successful or not.
If you don't get a notification at all, something is wrong with your SharePointFormMode variable.
@shoog That does Notify me a Failure - Any Further Advice?
First step is to add &Self.Error to the notify to check what the error is. Then fix it depending on the actual error.
Added
But Does not look to be Showing any Errors other than the Notification Failure as Below
I had this issue, I ended up doing a workaround where I added a separate button to the form screen underneath the sharepoint form box, and labelled it 'save and submit'. I then selected the button, went to the dropdown, chose 'OnSelect' and wrote the function Submitform(sharepointform1). This now submits the form for me.
(If you have already given your form a different name, it would go in the brackets instead of sharepointform1.
@CatWest- Tried this still the same issue for me.
@shoog- Please could you advice how could i know what is causing the issue / or rather look for the way how to know what is going on in the background where the issue lies?
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 396 Super User 2026 Season 2
Mohsin Ali 323
WarrenBelz 193 Most Valuable Professional