web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : 8A7CDO2PLVJkU0lbxsKvZ5
Power Apps - Building Power Apps
Answered

Powerapps Textbox Default value

Like (0) ShareShare
ReportReport
Posted on 3 Oct 2022 03:20:19 by 23

Hi,

 

I have a custom textbox. The default property is set as SelectedItem.'Name' 

 

If the user clicks on a gallery item, then the 'SelectedItem' variable is set to that record. And if the user clicks on 'new item' button then 'SelectedItem' is set to Blank. 

 

The textbox shows the correct value for the first time. i.e the gallery selection or blank (when a new item). But the problem arises when i enter some text in the textbox (lets say 'abc'). Now if I click on 'new item' it still shows 'abc' and not blank even though 'SelectedItem' is set to Blank (when new item was clicked).

 

 

 

  • Verified answer
    CU-18081211-6 Profile Picture
    9,266 Moderator on 03 Oct 2022 at 04:32:47
    Re: Powerapps Textbox Default value

    @jainlaksh05 ,

    Use reset() function inside OnSelect property of the gallery and the OnSelect property of the new button to restore the text input control to the default value.

    Reset(textinputcontrolname)

    Hope it helps !

     

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete