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 / Timing for popup alerts
Power Apps
Unanswered

Timing for popup alerts

(0) ShareShare
ReportReport
Posted on by 7

Team,

 

I have created a popup in power apps, where in the popup is displayed  after a mail is sent. The visible property of the popup is set  to a variable and when the mail is sent the UpdateContext({vart:true) function is used to show the popup. This is working fine. However i want the popup to show only for say 5 seconds and then fade away or reset. Can this be done?

 

Right now the app has to be reset or logged in again to get the popup to go away. Also i have another popup before this and that goes away as the final step in that popup uses the UpdateContext({vart:false) function. hence it woks fine. 

 

The popup in context here is a text box and one icon grouped together. The visible property is set as varMailSnt (the variable)

 

My question is.... is there a way to set a preset amount of time before a popup can be made invisible without any user input?

Screenshot 2022-01-23 100045.png
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,799 Most Valuable Professional on at

    Hi @power_addict ,

    The only way would be with a Timer set the timer Start to a Variable (varTimer used below) and also the pop-up at the same time - on  your trigger

    UpdateContext(
     {
     varTimer:true,
     vart:true
     }
    )

    Set the Timer Duration for 5000 and OnTimerEnd

    UpdateContext(
     {
     varTimer:false,
     vart:false
     }
    )

    You can hide the Timer, but it must be on the same screen

     

    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.

    Visit my blog Practical Power Apps

  • power_addict Profile Picture
    7 on at

    Thanks a lot  warren. I will try this solution and advise the outcome.

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 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard