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 / Power Apps - Create a ...
Power Apps
Unanswered

Power Apps - Create a new form

(0) ShareShare
ReportReport
Posted on by 8

Hello all, 

on my screen I have a form which is in FormMode.New. When I compile  the form and submit the data, if I want to compile it again, the information of the form doesn't appear.

 

What can I do to solve this?

 

 

Categories:
I have the same question (0)
  • Rahber Profile Picture
    1,935 on at

    You can add the ResetForm(Form1) at the onSuccess property of the original form this will Reset the Form to Default if the form submission was successful. Change the Form Name as per your control

     

    Please click Accept as Solution if it resolved your problem or give it a Thumbs Up if it helped you in anyway this will allow other people to search correct solutions effectively.

    Thanks,

    Rahber

  • eka24 Profile Picture
    20,923 on at

    Insert another button and OnSelect put:

    EditForm(YourFormName) This changes the form mode to edit to display the data

     

    Insert another button OnSelect put:

    NewForm(YourFormName) This changes the form mode to New for new data entry

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

     

  • 732113 Profile Picture
    8 on at

    @Rahber  If I type ResetForm(Form1) in the onSucces property, then I can't navigate to screen 2. What can I do?

  • Rahber Profile Picture
    1,935 on at

    You can actually add both of them together on the OnSuccess property like this

    ResetForm(Form1);Navigate(Screen4);

    Please click Accept as Solution if it resolved your problem or give it a Thumbs Up if it helped you in anyway this will allow other people to search correct solutions effectively.

    Thanks,

    Rahber




  • 732113 Profile Picture
    8 on at

    When I type Navigate(Screen2) in the OnSucces property it doesn't work. Here I attatch you a photo.

     

    Captura (26).png

  • BenFetters Profile Picture
    on at

    Hi,

     

    Instead of "ResetForm", try putting "NewForm". So, you're formula could look like this: NewForm(Form1);Navigate(Screen2,Fade)

     

    "NewForm" will "Reset" the form anyways and put it in New Mode. Also, in your navigate property, you can put "fade" as well as other transitions, just FYI 🙂 

     

    I'm imagining Screen2 is a success screen and then you're coming back to Screen1? If so, feel free to check out my video on creating an animated success screen, it's really easy! https://powerusers.microsoft.com/t5/Webinars-and-Video-Gallery/Creating-an-Animated-Success-Screen/td-p/237716

     

    If this solved you're problem, feel free to hit "Accept as Solution".

     

    Have a great day! 

     

    Ben Fetters

    www.sovereignsp.com

  • Rahber Profile Picture
    1,935 on at

    I believe you are on Europe Locale.

     

    Try this.

    ResetForm(Form1);;Navigate(Screen4)

     

    Please click Accept as Solution if it resolved your problem or give it a Thumbs Up if it helped you in anyway this will allow other people to search correct solutions effectively.

    Thanks,

    Rahber

     

     

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 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard