hi
I have a button to submit, I put Onsuccess - SubmitForm(Form1);
Reset(Form1);
Navigate(SuccessSc)

it did reset but all the required box also show.... how to not sure the required field just a fresh form?
How to reset the form to new after submit and show Success screen
I use OnSuncess as I want to make sure that form is submit without any errors.