Hello,
We need your help with an error on our Power Apps application.
We are using our canvas application to create establishments.
When we fill in all the data and save using a button, we get this error message:
Network error when using patch function: conflicts exist with changes on the server, please reload
This error message appears when two users want to create two new establishments at the same time on the same dataverse table.
In this save button, there are several PATCH()s in one CONCURRENT() function.
We've set up REFRESH() of the various tables before and after the PATCH(), but this hasn't changed anything.
Would you have a solution? Thanks in advance.