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 not u...
Power Apps
Answered

patch() function not updating excel table on successive calls

(0) ShareShare
ReportReport
Posted on by 7

Hi,

I am new to power apps and have only been using it for about a week.

I am trying to create an app that I want to use to mark a large number of papers (over 400). 

I was able to do it and it functions normally for the most part, but when I try to mark multiple papers one after another successively, the patch function doesn't seem to be updating the scores properly. The first about 6 scores would get updated properly but all the following ones would not be updated. I tried using IfError() function along with Notify() to see if there was a problem but it there doesnt seem to be. The code I am using to submit the data is:

 

IfError(
 Patch(
 Table1,
 LookUp(
 Table1,
 Code = varSubmissionID
 ),
 {Score: NumberInput_Score.Value}
 ),
 // If there's an error during the patch operation
 Notify("Error: Score submission failed. Please try again."),
 
 Notify("Score has been successfully Submitted")
)

 

 
Any help to get this resolved would be very much appreciated. Thanks!!
 

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,797 Most Valuable Professional on at

    Hi @balanmss ,

    Sadly, I believe the issue is using Excel, which is a terrible Data Source - do you have access to SharePoint Lists ? If so I suggest you switch to them.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

  • balanmss Profile Picture
    7 on at

    Thank you so much for your reply!
    Moving from Excel to Lists resolved all the issues!

  • balanmss Profile Picture
    7 on at

    Hi @WarrenBelz ,

    Thank you so much!! Moving from Excel to Lists did the trick! It solved all the issues I had been having.

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard