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 / Network error when usi...
Power Apps
Suggested Answer

Network error when using Patch function: Value must be a data entity record.

(1) ShareShare
ReportReport
Posted on by 2
Hi all,
 
I am new to PowerApps and am still learning here. I have a big table called Members with about 44 columns and so I split up the fields across five screens and five forms. 
When submitting the data, I am getting the runtime error "Network error when using Patch function: Value must be a data entity record. " on the SaveBtn control and I don't know what to change. 
 
I am assuming that in my one of my forms, there are two fields in there that are LookUp Columns from another table called Organization which I am trying to write into Members table (btw I've already linked these two tables - Member and Organization). This could be what's causing the error but I am not sure, I've looked everywhere for a clarity on the issue but I have hit a wall. Please help. 
 
This is my patch function
 
Patch(
    Members,Defaults(Members),
    personalDataForm.Updates,
    spouseDataForm.Updates,
    employmentDataForm.Updates,
    premiumDataForm.Updates,
    paymentDataForm.Updates
);
 
If(
    IsEmpty(Errors(Members)),
    Notify(
        "Record Saved Successfully",
        NotificationType.Success
    ),
    Navigate(PersonalDetails),
    Notify(First(Errors(NiuMembers)).Message),
    NotificationType.Error
   
)
 
Screenshot 2024-09-03 001354.png
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,968 Super User 2026 Season 2 on at
    Hi
     
    Close your app
    Then
     
    1. Go to the Apps Page on Power Apps .Com
    2. Find your app
    3. Click the ... on its row
    4. Select Details => Monitor
    5. When Monitor Opens
    6. Click Play Published App
    7. Go to the now opened App Tab
    8. Cause the error
    9. Switch to the Monitor Tab
    10. In the Filter (top right) type Error
    11. Find the group of errors 2-4 that will be talking about the error you had (there could be loads of errors you dont even know about, but you want to find the group related to your error)
     
    12. The specific row you want will have 4 Tabs, that are part of the Right Side Fly out window when you click/double click the row
    13. Select the Response Tab (#4)
    14. Expand Header and Body
    Body should tell you exactly whats wrong
     
    Fix it.
     
    You are done.
     
    please mark this as the answer if this helped you.
     
     
     
     
     
     
     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard