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 Play Confirmati...
Power Apps
Suggested Answer

How to Play Confirmation Tick Animation in Pop-Up on Submit in Canvas App

(0) ShareShare
ReportReport
Posted on by 2

Hi Community,

 

I’m building a Canvas App in Power Apps and I need some help implementing a confirmation pop-up screen.

 

Scenario:

When a user completes a task (like submitting a form or completing an action), I want to show a pop-up screen with:



  • A confirmation message (e.g., "Task Completed Successfully")

  • An animation or video of a green tick/checkmark (similar to what Google Pay or Zomato shows after payment/order confirmation)




  •  

What I'm looking for:

 

  1. How can I display a pop-up screen overlay when a button is clicked (after completing the action)?

  2. Is there a way to embed an animated green tick or short video (MP4/GIF or similar) that auto-plays on the pop-up?

  3. Should I use the Media control or Image control, and how to make it auto-play and hide after a few seconds?

  4. One is the video/clip what i want and other is my pop-up screen where i want it, is it possible to do in Power Apps?




  5.  
 

If anyone has done something similar or can share steps/workaround, it would be really helpful.

 

Thanks in advance!

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    you are showing 2 screenshots in your post.
    the second one is a confirmation message, is this built by you or are you looking for something like this?
     
    what you can do if it is not from you:

    once you click the button and you save it to your datasource, you can use the Navigate() function and navigate the user to a success screen. on this screen you can even insert a gif that will be played once you are navigated there.
     

    If my answer was helpful and solved your issue, please mark it as the verified answer.

    If it helped but didn’t fully solve it, I’d appreciate a like. 😊

  • Suggested answer
    Power Platform 1919 Profile Picture
    2,231 Super User 2026 Season 1 on at
    You can achieve this effect in Power Apps Canvas apps! Here’s a quick way to implement a confirmation pop-up with animation:
    How to show a pop-up with an animated tick:
    Create a Pop-up Screen/Overlay:
    • Insert a new container (or a rectangle shape) that covers the screen.
    • Add a label for your confirmation message (“Task Completed Successfully”).
    • Set the Visible property of the container to a variable, e.g., varShowPopup.
    Add an Animated Tick:
    • You can use a GIF (recommended for simplicity) or an MP4 video for animated green tick.
    • Insert an Image control for GIF, or a Media control for MP4.
    • Set the control’s Image or Media property to the file URL or upload it to the app.


    Trigger the Pop-up:
    1. On your submit/complete button’s OnSelect, set the variable:
    // Complete your action here, then show popup
    // Example: SubmitForm(Form1);
    Set(varShowPopup, true); //use updatecontext if you want it to replicate to other screens
    

    2. Use a Timer control to auto-hide the popup after a few seconds.
    Set Timer.OnTimerEnd to:
    Set(varShowPopup, false)
    Start the timer when you set varShowPopup to true using Timer Start Property.
    Auto-play animation:
    GIFs in an Image control auto-play.
    MP4s in a Media control:
    Set Start and Visible bound to varShowPopup and keep Startime as 0.
     
    Why this approach?
    It’s user-friendly and gives instant feedback.
    GIFs are lightweight and auto-play easily.
    Using a variable for visibility keeps your UI clean.
    The timer auto-hides the pop-up, so no extra clicks are needed.

    Please give the mentioned solution a try and let me know whether it works for you.
    If it solves your issue, feel free to mark this thread as answered.
    Please make sure to like the response!
    Thanks!
    - Hemanth Sai

  • Power Platform 1919 Profile Picture
    2,231 Super User 2026 Season 1 on at
    Hi @CU15071007-0, Just checking in to see if my previous answer hit the mark or if there’s anything else I can help you with.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 742

#2
Valantis Profile Picture

Valantis 474

#3
Haque Profile Picture

Haque 358

Last 30 days Overall leaderboard