I have a canvas app that has a gallery screen, New Item screen, View Item screen, and an Edit Item screen. The goal is when an item is rejected (Power Automate approvals), the creator/requester gets an email that their item was rejected and includes a deep link to view the item and submit changes for approval again. I do not want the existing item to be edited, but instead want the deep link to open the item, then when they edit/Submit, a NEW ITEM to be created. The deep link on the rejection emails currently go to the Edit Item screen, as the View Item screen shows all fields as read-only. We only want to allow editing/resubmit to new item IF it's rejected.
Not sure how to achieve this as the Submit button only updates the existing item.