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 make a pop up b...
Power Apps
Answered

how to make a pop up box say thank you after clicking the save button

(0) ShareShare
ReportReport
Posted on by 60

When clicking save on your form once users are done I want a pop to say thank you or some type of message before redirecting another page

Categories:
I have the same question (0)
  • RezaDorrani Profile Picture
    12,145 on at

    Hi @Rg4963 

     

    check this post of how to create a pop up

     

    https://powerapps.microsoft.com/en-us/blog/creating-dialogs-in-powerapps/

     

    The form control has an onsuccess property, you can trigger the pop up from the onsuccess property

     

    Regards,

    Reza Dorrani

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

  • datamaster Profile Picture
    250 on at

    @Rg4963 as an additional resource from the one @RezaDorrani  provided, I have created a blog post on how to create a popup using reusable components. You can use modify the techniques used for your own purpose.

    https://officepoweruser.com/how-to-create-a-popup-confirmation-in-powerapps/

  • martinav Profile Picture
    3,347 on at

    More about success popups... if you initiate a flow from your app, using the "Respond to Powerapps" action in your flow will cause your App to "hold" in the command statement until a value is returned.  A very nice way to know that a flow completed its job, or to hold up on a refresh until your flow is complete.

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Rg4963 ,

    Do you want to show up a "Thank you" Pop-up box after you press the "Save" button before navigating to another page?

    Do you use a Edit form to collect user's input?

     

    I assume that you used a Edit form to collect user's input, is it true? I think a dialog Pop-up box could achieve your needs. have made a test on my side, please take a try with the following workaround:5.JPG

    Set the OnSelect property of the "Submit" button to following formula:

    SubmitForm(EditForm1);
    Set(ShowPopUp, true)

    Set the OnSuccess property of the Edit form to following:

    Set(ShowPopUp, false) /* <-- add this formula */

    Set the Visible property of the Pop-up box to following:

    If(ShowPopUp, true, false)

    Please check and see if the following blog would help in your scenario:

    https://powerusers.microsoft.com/t5/PowerApps-Community-Blog/How-to-build-a-Message-Box/ba-p/30624

    https://powerapps.microsoft.com/en-us/blog/creating-dialogs-in-powerapps/

     

    Best regards,

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
Vish WR Profile Picture

Vish WR 936

#2
11manish Profile Picture

11manish 628

#3
Valantis Profile Picture

Valantis 604

Last 30 days Overall leaderboard