I have a clear button and I want to reset and clear multiple textbox and dropdown value(dropdown value to select first item)
How do I use below function to clear reset multiple controls?
UpdateContext(})
Thanks hpkeong. I will try to use inputbox instead of textbox(trying to figure out one complex search filter behavior!)
Can it be a misunderstanding?
Reset is only for TextInput, Not for TextBox.
- TextBox is the container for your data, how can you clear them?
They contain data by default (from your database).
Hope I get you right!
Have a nice day!
Hi, I want to clear textbox on dropdown change. I do not see this value in reset option of textbox.
Hi @AmitLoh-Powerap,
In addition to the updatecontext, we could use the reset property of the TextBox or Dropdown control.
Change the Reset property of the controls that you would like to reset with the formula below:
Reset = Button.Pressed
No need to change the property of the button, when clicked, all the controls would be reset with the defult value.
Reference: Core properties in PowerApps
In addition, add a thread for reference:
Regards
@AmitLoh-Powerap I have a few posts on this, please search the forum. Even better, please search the forum before posting questions to which the answers already exist.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2