web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Patch Statement Failing with Network Error

(0) ShareShare
ReportReport
Posted on by 67
I'm trying to update data in SQL Server with a Patch Statement and I'm getting a "Network error when using Patch function: The specified record was not found."
 
The database table is pretty simple as is the patch statement:

 
 
        Patch(
            NA_BusinessUnit,
            LookUp(NA_BusinessUnit, RecID = hKey.RecID),
            {
                BusnsUnit:"Consumer"
            }
        );
 
When I select the Lookup statement, the IntelliSense does show me the value from the database. 
 
I've tried a Set statement above to set a variable to the record and then tried to use that as opposed to the lookup in the patch but that gives me a totally different error.
Set(hKey,LookUp(NA_BusinessUnit,HeaderID=HdrID&&OrderID=1));          
        Patch(
            NA_BusinessUnit,
            hKey,
            {
                BusnsUnit:"Consumer"
            }
        );
now when I hover over hKey I get a message about StatusDate - which isn't in my database table.
 
I've been staring at this for hours and can't seem to figure it out.
Any thoughts?
 
Categories:
I have the same question (0)

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

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 651 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 385 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 230 Super User 2025 Season 2

Last 30 days Overall leaderboard