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 / Patch Function Stopped...
Power Apps
Suggested Answer

Patch Function Stopped Saving Data to SharePoint List

(1) ShareShare
ReportReport
Posted on by 40
I’m facing an issue with my Power App where the Patch function was working correctly, saving data to a SharePoint list without any problems. However, the next day, it suddenly stopped working, and now it doesn't save the data to the SharePoint list. There have been no changes to the app or the list settings. What could be causing this issue, and how can I troubleshoot and resolve it?
 
Set(
    varEmployeeSign,
    JSON(
        EmployeePenInput_2.Image,
        JSONFormat.IncludeBinaryData
    )
);
 
Set(varChecked, If(Checkbox1_2.Value,"I agree to the above terms", "I don't agree to the above terms"));
 
//Patch('Resign Requisition List',varResignForm,'Resign Form Container 1_2'.Updates,'Resign Form Container 2_2'.Updates);
Set(varRecord, Patch('Resign Requisition List',varResignForm,'Resign Form Container 1_2'.Updates,'Resign Form Container 2_2'.Updates));
 
ResetForm('Resign Form Container 1_2');
ResetForm('Resign Form Container 2_2');
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,978 Moderator on at
    HI,
     
    If you run monitor to try to trace any issue, what does it come back with?
     
    My only suggestion would be, to either
    A) place some trace statements that will Output all these values to Monitor so you can look at them and go OHHH i see the issue with the data
    B) Add some Labels, comment out the Patch altogether
    C) I would remove the Resets forms from here, I would put them in the OnSuccess fo the Form
     
    Realistically it would seem to be an issue of Data, so now you have to prove its not.
     
     

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,055

#2
Valantis Profile Picture

Valantis 666

#2
11manish Profile Picture

11manish 666

Last 30 days Overall leaderboard