Dear Power Apps gurus,
I would like to ask your advice for the following case:
1. I have an app with a standard form created from a predefined SP list
2. Besides the new Form records submitted to SP list I have also included a gallery containing all SP list items (previously submitted forms). I would like to give users a chance to go to app, get existing SP list item/record (previously submitted app record) and make subsequent changes if needed.
Details:
- a gallery with search where I find the item to be modified

- if arrow is clicked it takes me to the form with pre-filled fields from the gallery


Now I would like to change a couple of fields and submit the form as a new one. If I do it now, the original SP record is overwritten/updated by the changes I made.
Could you please advise how to save edited form as an new record in SP list?
Thanks a lot for your comments.