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 (Create New Form)

(0) ShareShare
ReportReport
Posted on by 27

Hello,

 

I build an application which uses SubmitForm function with the error:

daijubu_desu_0-1716303193336.png

this does not make sense since this is a New form so it does not need an item or conflict handling.... I even tried the refresh function but it does not work.... Please help with this, it exploded my mind :'(

 

thanks

 

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @daijubu_desu 

     

    can you please copy paste your code here?

     

     

    thanks in advance

  • daijubu_desu Profile Picture
    27 on at

    Here is my code (very simple):

    SubmitForm(FormCreate_1)

    Ounce I submit ounce, it does not work for the next submit....

    It has the right type and configuration as follows:

    daijubu_desu_0-1716304671034.png

     

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @daijubu_desu 

     

    did u try ito save in a short time periode so that the server was not able to process the data?

    or maybe some other user tried to modify the same item. maybe it would be better to use Refresh(YourDatasource) by buttonclick or when you navigate to your form

     

    exchange (Yourdatasource) with the name of your datasource

  • daijubu_desu Profile Picture
    27 on at

    I did a reset form right after submitting but it did not work..... I wait for 3 minutes minimum after submitting the first entry but eventhough I still have the error... I even tried one hour after submitting but also same error... I always need to reopen the studio in order to submit one entry which is not normal.

  • daijubu_desu Profile Picture
    27 on at

    Hello again,

     

    Here is the complete code but only the submit who causes problems.... Please help me if you can, thanks ^^

    @WarrenBelz @Amik @iAm_ManCat @mmbr1606 @Gochix (this is a very urgent matter, I'll very highly appreciate your help!)

     

    Set(
     vLoader,
     true
    );
    If(
     SubmitForm(FormCreatey_1) && CountRows(productsV2_1.outputSelected) > 1,
     Set(
     LastCreatedByUserID,
     Last(
     Filter(
     'My Table',
     'Created By'.'Primary Email' = User().Email
     )
     ).'My Table'
     );
     If(
     '[33]WF-Creation'.Run(
     Concat(
     productsV2_1.outputSelected,
     Code,
     ","
     ),
     LastCreatedByUserID
     ),
     Notify(
     CountRows(productsV2_1.outputSelected) & " Items were created successfully! You'll be redirected.",
     NotificationType.Success
     );
     ResetForm(FormCreatey_1);
     Navigate(Screen2);
     ,
     Notify(
     CountRows(productsV2_1.outputSelected) & " Some items were not created.... Error occured.",
     NotificationType.Error
     )
     ),
     Notify(
     CountRows(productsV2_1.outputSelected) & " Items were not created.... Error occured.",
     NotificationType.Error
     )
    );
    Set(
     vLoader,
     false
    );

     

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 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard