Paula
Paula

Reputation: 229

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

Upvotes: 4

Views: 29114

Answers (1)

Evan Chaki
Evan Chaki

Reputation: 116

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).

Upvotes: 10

Related Questions