powerapps

Power Apps - Reset Form Fields


I am relatively new to PowerApps and am having a bit of an issue with the form resetting, so any help would be greatly appreciated.

I would need to be able to press the submit button, have the data stored and the next time I press the button for a new form I would need it to be clear of information.

Is there anyway to do this?

Thanks


Solution

  • If you used a form in PowerApps you can submit your form using SubmitForm(Form1) and to reset it ResetForm(Form1). Field by field would be something like Reset(TextInput1).