Hi,
I am very new to PowerApps and I am currently on my second app. The first app works well, opens a new clear form when adding a form, saves all information to a sharepoint list and all completed forms are showing in the BrowseScreen.
On my second app which I have built in the same way, a new form comes up with previous data, I am using this
SubmitForm(EditForm1);NewForm(EditForm2);Navigate(EditScreen2,None).
I have also set my EditScreen to Reset On Visible
Also when entering completing forms, my Sharepoint list does not create a new entry, it just updates a previous entry and the new data entry does not show in the BrowseScreen. I just have one entry
Any help with these issues would be much appreciated