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 Apps
Answered

Network error

(0) ShareShare
ReportReport
Posted on by 30
Hi.
 
I am a new Power Apps user and I have created an app. where ideas and projects for business areas can be entered. The app consists of 3 screens:
 
1: Overview
2. Idea data
3. Project data
 
In screen 2, I have a problem, when I wish to save the data. I don't get any error messagesfor the fields on Screen 2. The "Submit/Save" button has the following OnSelect: 
If( IsBlank(varRecord), Set(varRecord, Patch('Tactical Ideas', Defaults('Tactical Ideas'), Form1.Updates) ), Set(varRecord, Patch('Tactical Ideas', varRecord, Form1.Updates) ) ); Navigate(Screen1)
 
Screen 2: 
 
When I select "Submit/Save", I get below error message. The first couple of weeks, there wasn't any problem, but suddenly this error apperead. 
 
 
I don't have a problem saving the Projects data (screen 3).
 
Any ideas what I am doing wrong?
 
Thanks a lot in advance
Categories:
I have the same question (0)
  • Suggested answer
    Kalathiya Profile Picture
    2,249 Super User 2026 Season 1 on at
     
    Error is for _ownerrid_value field is required. It means the record is missing an Owner, which is a mandatory system required field. 
     
    As Solution, Please use SubmitForm instead of patching through the Patch function. Normally Power Apps fills Owner field value automatically..
     
    Submit button - OnSelect Property code 
    SubmitForm(Form1);
    Form1 - Item Property
    varRecord
    Form1 - Success Property
    ResetForm(Self);
    Navigate(Screen1);
    Form1 - Mode Property
    If(IsBlank(varRecord), FormMode.New, FormMode.Edit)
    ---------------------------------------------------------------------------
    Glad it helped 🙂
    If this fixed your issue,
    please click “Does this answer your question?” to mark it as verified so others can find the solution easily.
    A Like 👍 is always appreciated, and I’m around if you need more help @Kalathiya
     
  • HW-20050933-0 Profile Picture
    30 on at
     
    Thanks a lot for your quick reply - it worked perfectly!

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 430

#2
timl Profile Picture

timl 318 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard