Hi everbody,
I have an app that update data on a sharepoint list using a Patch, like this, and works perfect:

Now, i have another button that wants to reset EditForm3 - EditForm3_1 and Navigate to the Menu Screen for a new user entry; problem is that it navigates but not reset the form, i try with this syntax:
ResetForm(EditForm3) And ResetForm(EditForm3_1) And Navigate (Menu)
Navigate (Menu) And ResetForm(EditForm3) And ResetForm(EditForm3_1)
ResetForm(EditForm3) And ResetForm(EditForm3_1) And Back()
Also, I try with two buttons; one for reset and othe to navigate and doesn't work. Finally I use the OnReset propierty and still the issue. I'll be glad if u can help me with this.
Regards,
Lunther.