I have a multi-screen PowerApps SP form, where the user can enter data on the first page, save/submit data on the first page, then with the app still open, continue to other screens. My question is, how can I re-populate that first form with data I just entered? If a user fills out the fields on the fist page, clicks submit (they're automatically navigated the the next screen after submitting), then navigates back to that first screen, I want those fields to be populated with the entered data. The formmode on that first screen is just FormMode.New, so I'd think I need to modify that...though I'm not sure.
Any help would be much appreciated.