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 Apps
Answered

How to clear Cache

(2) ShareShare
ReportReport
Posted on by 166
When I start filling a form  and then click on cancel, it closes (of course). But when I click on New again to fill another, it brings me the information I filled before (it's not a new one, it resumes the one I cancelled). How can I clear the cache??
Categories:
I have the same question (0)
  • Suggested answer
    Daniel Bocklandt Profile Picture
    5,135 Super User 2026 Season 1 on at
    Hey, 
     
    Can you just tell us what you are using exactly? 
    Is it a Form or a bunch of Inputs? 
    If it is a Form you could use this code when you cancel 
    ResetForm(FormName)
    When you click on New you need to have this code:
    NewForm(FormName)
     

    If this solved your problem, please mark it as Solved to help others find the solution faster.
    If you found it helpful, consider giving it a Like to support each other in this community!

    Thanks, and happy building!

  • PraveenC Profile Picture
    166 on at
    I dont have form as I am using ScrollBars on Screens
     
     
    And I have a page like this, where users enter all the data.
     
  • Suggested answer
    Daniel Bocklandt Profile Picture
    5,135 Super User 2026 Season 1 on at
    There is a way to do it with variables so you dont have to reset every controll seperatly. 

    In your Cancel button you want to add the following Variable: 
    Set(varReset, true);
    Set(varReset,false);
     In your input controlls you can search in the advanvced property pane for Reset :
    There you can enter the variable. 
     
    By pushing the button all controlls with this Variable in the Reset property fill be put back to their Default (probably blank). 
    It's the fastest way to reset a bunch of input controlls at once. 
     

    If this solved your problem, please mark it as Solved to help others find the solution faster.
    If you found it helpful, consider giving it a Like to support each other in this community!

    Thanks, and happy building!

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!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard