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 / Reset Address Field
Power Apps
Suggested Answer

Reset Address Field

(1) ShareShare
ReportReport
Posted on by 5
I am using an Address Input control inside a container (not inside a form). When I try to clear the fields using a Reset button, it doesn’t work, and the field gets underlined in red. How can I properly reset an Address Input control that’s not inside a form.  ChatGPT and Copilot are not helping. Please help
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,930 Most Valuable Professional on at
    If the control has a Reset property (what exactly is an Address Input control) , then set it to a Variable (I will use varReset here) and then toggle the Variable
    UpdateContext({varReset: true});
    UpdateContext({varReset: false});
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • deepakmehta13a Profile Picture
    310 on at

    Hi@CU25040303-0,

    I found an alternative solution for resetting the Address Input control outside of a form.

    The reason standard variables and Reset() fail is that the control's internal search engine "locks" onto manual text. You have to force a "buffer break" using a Timer Control to give the UI time to register the change.

    1. Add a Timer Control

    • Duration:
      1000 (1 second)
    • Start:
      varStartTimer
    • OnTimerStart:
       UpdateContext({varAddressDefault: " "}) (Sets it to a space)
    • OnTimerEnd:
    • UpdateContext({varAddressDefault: ""});
      UpdateContext({varStartTimer: false})
      

     

    2. The Reset Button

    • OnSelect: UpdateContext({varStartTimer: true})
      UpdateContext({varStartTimer: true})
      

    3. The Address Input Control

    • Default:
      UpdateContext({varStartTimer: true})
      

    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated

  • Suggested answer
    wolenberg_ Profile Picture
    1,476 Super User 2026 Season 1 on at
    Hi @CU25040303-0 , just to complement the @WarrenBelz comment, if you are using the Modern Controls, there is no Reset property in the settings of this new controls, or you swap for the legacy controls or in this case you can set a button on in OnVisible property of the form the follow code:
     
    Reset(ControlName1);
    Reset(ControlName2)
    This way you can force the reset in the specific controls set.
     
     
  • WarrenBelz Profile Picture
    154,930 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn   

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard