In Powerapp app, I have screen,which contain
1 : "text input", to enter CityName
2 : When I click on Clear button, How can I clear value of text input ?
Click here for more details of problem statement
Solution
step 1 : let text input name is "txtCity" and set it's Default property to ""
step 2 : set OnSelect event of button to Reset(txtCity)