I have two forms (one is a new form and another is an edit form) and I want to submit the content of both forms together.
When I am using: Patch('Tracker',Defaults('Tracker'),Form1.Updates,Form2.Updates);Navigate('Success screen'), it is creating a new line item in the SharePoint. But I want the information to go in the same line item (basically update the line item in Sharepoint with new information).
How can I resolve this?