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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Text Input not Resetti...
Power Apps
Answered

Text Input not Resetting after Update.Context Input

(0) ShareShare
ReportReport
Posted on by 5

Total newb here. But could use some help.

Overview: Have a check box that when selected will input a "notification" into a view only textinput box. Have a reset button that will reset the check box to false(unchecked) but the input text will not clear from the textinput box. I cannot for the life of me figure out what I'm missing and the worst part is I know its something small.

 

Check Box:

OnSelect > If(CRSPresent.Value = true, UpdateContext({NotificationsValue:"File Note: CRS Replacement advised/not"}),UpdateContext({NotificationsValue:""}))

 

TextInput: (Named 'Notifications')

Default >NotificationsValue

 

Reset Button:

Reset(Notifications);

 

If I change the textinput box to "edit" and type manually in the box then the reset button will function but it will not remove the text unless I manually un-check the assigned checkbox.

 

Imma confused. Apologize for the newbie question. Teaching myself as I go. TIA

 

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,570 Most Valuable Professional on at

    Hi @rbrownm1 ,

    On your Reset, you should just need

    UpdateContext({NotificationsValue: ""})

    You can also cut down your OnSelect of the checkbox to

    UpdateContext(
     {
     NotificationsValue: 
     If(
     Self.Value,
     "File Note: CRS Replacement advised/not",
     ""
     )
     }
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • rbrownm1 Profile Picture
    5 on at

    Thank you! I knew it was something simple! Thank you for taking the time to reply and help a newbie out! I appreciate it @WarrenBelz!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard