I face the same problem noted in here https://powerusers.microsoft.com/t5/PowerApps-Forum/Reset-all-value-controls-in-a-multi-page-survey-after-the-survey/m-p/9094/highlight/true#M3993
I created a 5 page survey and at the end I want to save the info and reset all the controls in all pages to default state. There's a button at the end of the survey that goes back to page 1 and I've tried everything I could imagine to solve the reset issue.
I've tried setting the Reset Property on all controls to "Final_Button.Pressed" (without quotes) and also tried this:
Collect(Signal, 0); Clear(Signal)
Bind the Reset properties of the relevant text input controls, etc, to:
TextInput1.Reset = IsEmpty(Signal)
Funny thing is. Both methods work perfectly with the desktop editor but both fail when deployed to mobile (both tablet and smartphone). Is this a known issue? Any workaround available?
Cheers