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 / How to refresh a submi...
Power Apps
Answered

How to refresh a submission form or redirect to a successful submitted form

(0) ShareShare
ReportReport
Posted on by 104

Hi All,

 

I am new to PowerApps development, so I apologise if the answer to my question is obvious.

 

I have a toggle Yes/No button on a submit form. The toggle question is “Would you like to add a new record?”. My question is how do I set the submit button to either refresh the submit form for a new record if the toggle button is set to Yes, or be redirected to a successfully submitted form if the toggle is set to No?

 

Because I am very new to PowerApps can you please go into detail or use screenshots.

 

I hope you can help.

Colin

 

 

 

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

    Hi @PowerStar321 ,

    I am assuming your are submitting an edited record and want to either display it or open a new record form?

    If you are using SubmitForm() on the form save, put this on the OnSuccess of the form

    If(
     YourToggleName.Value,
     NewForm(YourFormName),
     ViewForm(YourFormName)
    )
     

     

    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.

     

  • WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @PowerStar321 ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if 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.

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 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard