I have a sharepoint list which I am building my powerapp on. I have a need to use all the data from an old record (which I get to using gallery and then detail screen), and then I remove 1 or 2 fields like name and attachements. Everything works so far.
What I have done so far is use the "edit" button but set the form mode to new. But this still overwrites the existing record.
There is a copy button on the detail screen with the following on select formula:
EditForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None);EditForm1.Mode = New;