Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Suggested answer

I want to clear Texts in a Textinput box base on the change of the other combobox.

(1) ShareShare
ReportReport
Posted on by 389
Dear All,
 
I am customizing a SharePoint list . I cannot clear Texts in a Textinput box base on the change of the other combobox. 
The following is the setting of Onchange property of the Combobox. 
 
Could you please provide some suggestion on it ? Thanks. 
  • Suggested answer
    narayan225 Profile Picture
    2,513 Super User 2025 Season 1 on at
    I want to clear Texts in a Textinput box base on the change of the other combobox.
    I am not sure what formula you have set for the Onchange property of the combobox control. If you have multiple syntaxes there, it could be that some part of it is failing and the execution has not reached to the Reset formula.
     
    It would be easier for me to troubleshoot if I understood the scenario better and have seen the formula as well.
     
    Cheers!
  • Suggested answer
    Jon Unzueta Profile Picture
    792 on at
    I want to clear Texts in a Textinput box base on the change of the other combobox.
    Hi Guoguo
    You are looking for the reset command, when you use the reset the control is reset to the value that is configured in the default.

    Reset(TextImput)
     
    If I helped you mark the answer as an accepted solution and give me a like.
  • GUOGUO Profile Picture
    389 on at
    I want to clear Texts in a Textinput box base on the change of the other combobox.
    Thanks a lot for your suggestion
    But Reset(TextInput) doesn't work
  • Suggested answer
    narayan225 Profile Picture
    2,513 Super User 2025 Season 1 on at
    I want to clear Texts in a Textinput box base on the change of the other combobox.
    You can reset the control. That way the text field will have cleared the entered value.
    Reset(textInput1)
     
    Hope this helps.
    Cheers!

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.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1