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
Unanswered

Network Error when using Patch Function: Conflicts exist with changes on the server, please reload.

(0) ShareShare
ReportReport
Posted on by 100
Hi there, I have a couple of  dropdown menus and updating a certain columns based on selected value from the dropdown. the patch works fine however when value is changed in i.e same dropdown menu Im getting this 'Network Error when using Patch Function: Conflicts exist with changes on the server, please reload.'
 
 
below is button submit:
 
Set(
   varSubmitSucess,
   Patch(
      'FFMC-Off Boarding Users',
      {
         Sample1: dropdownSample1.SelectedText,
         Sample2:dropdownSample2.SelectedText,
         Sample3:dropdownSample3.SelectedText,
      }
   )
);
 
 
a label will show if patch is successful
Categories:
I have the same question (0)
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    That message implies that you are saving data in one place and then trying to patch without retrieving the saved data.
    Where else are you saving data and what do you mean by dropdown menus?
  • floxfloat Profile Picture
    100 on at
    Thanks @ronaldwalcott.  I only overwrite/update the value in a column in the SharePoint list and not retrieving.
     
    drop down menu I mean i.e combo box , drop down box.  selected values from drop down are store into columns in my SharePoint list whenever a  button is clicked.
     
    i.e 
    SharePoint Column1 = dropdownSample1.SelectedText
    SharePoint Column1 = dropdownSample2.SelectedText
     
    The error is gone if I reload my form and throws again at 2nd time the button is clicked.
     
  • floxfloat Profile Picture
    100 on at
    my bad I didn't realize I have double patch in my button clicked which this error make sense tho, now how I can insert/combine the other patch function as one  as per below?
             
    Set(
       varSubmitSucess,
       Patch(
          'FFMC-Off Boarding Users',
          {
             
             Sample1: dropdownSample1.SelectedText,
             Sample2:dropdownSample2.SelectedText,
             Sample3:dropdownSample3.SelectedText,
          }
       )
    );
     
    if (dropdownSample1.Selected.Value = "Not Applicable" And dropdownSample2.Selected.Value = "Not Applicable" And
    ,Patch('FFMC-Off Boarding Users',LookUp('FFMC-Off Boarding Users', ID = lblID.Text),{Status_:"Done"}));
     
     
         
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    The first Patch doesn't specify the record that it is updating, is this your intention?

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 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard