Announcements
YourCurrentCode( . . . ); Reset(ControlName1); Reset(ControlName2); Reset(ControlName3); Reset(ControlName4); Reset(ControlName5); and so on.
ResetForm(YourForm)
Patch(SharePointList, Defaults(SharePointList), { Title: TextInput.Text, Description: DescriptionInput.Text, // Add other fields here }); // Reset each control Reset(TextInput); Reset(DescriptionInput); // Add the rest of you Reset functions for all other input controls
IfError( Patch(SharePointList, Defaults(SharePointList), YourFormName.Updates), Notify("An error occurred while saving the record.", NotificationType.Error), ResetForm(YourFormName) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305