Hi,
I've got this working now using variables so thank you. However there is one data value, the owners (Person or group type on SP list) that will not save back to powerapps on the save and copy button press.
The values saves as a variable I wanted for the next form. When I blank out the line of code the and run it the SP list updates, just doesn't save the variable to reuse.
Below is the section of code that's causing issues, data card value being a person or group.
Set(Variable,DataCardValue.Selected);
SubmitForm(NewForm1);
NewForm(NewForm1),
Thanks