Announcements
Hi Community,
I have a Power Apps recording data to a Sharepoint list with the Patch function. How could I do so that after recording the uploaded data, it is deleted from the form and I can start by completing everything blank?.
atch( 'Captura'; Defaults('Captura'); { Title:TextInput2.Text; Date: DatePicker1.SelectedDate; 'Rego': Value(TextInput3.Text) } )
Regards,
Francisco
Hi @Francisco77
The Reset function resets a control to its Default property value. Any user changes are discarded.
Reset(Form1);
------------------------------------------------------------------------------------------------------------------------------If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.If you like my response, please give it a Thumbs Up.
If it is not a form, should I reset each ready drop or text entry?
Yes.
Reset(TextInput2); Reset(DatePicker1); Reset(TextInput3);
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 505
WarrenBelz 502 Most Valuable Professional
Haque 324