I have two forms: form1 and form2.
I want to complete fields on form1 and have three of those fields auto-populate on form2. I have the auto populate working for the three fields. However, after the user hits submit on Form1 and navigates to Form2 I need to reset Form1 back to new mode. But when I do that it clears/erases all of the auto populated fields on Form2.
Currently using this formula in the default data cards for the fields on Form2 that need to be autopopulated. I have 3 instances with different field names but the format is the same.
If(!IsBlank(form1.LastSubmit.FactNumber),form1.LastSubmit.FactNumber,ThisItem.'PR Number')
On Success for Form1 currently has nothing but needs to reset the form but keep the last submitted data for the 3 fields on Form2