Hi
When I select "New" to create a new record in my SharePoint list, the PowerApp form loads with the previously created record.
Refreshing the browser and then creating a new record corrects this problem.
I've added the following to my SharepointIntegration OnNew event
Refresh('DataSource name')
The problem still persists.
What is strange is, if I edit a list item and then create a new record I don't have this issue, a blank new form loads as it should.
Any ideas?