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 / Show message when logi...
Power Apps
Answered

Show message when login reaches more than 2 hours

(0) ShareShare
ReportReport
Posted on by 6

Users sometimes send me messages reporting errors, then I ask them to refresh the page and the app returns to work. So I created an alert to request that the user refresh the browser using this formula:
alert.Visible:

 

 

 

 

If(
 DateDiff(login_date,Now(),Hours) >= 2,
 true,
 false
)

 

 

 

 

 The formula works, but only when I'm editing, I did tests with datediff in minutes and the label is not visible, would anyone know how to proceed?


Categories:
  • Verified answer
    SoPatt Profile Picture
    Microsoft Employee on at

    Timer control in Power Apps - Power Apps | Microsoft Learn

    Use a timer on your starting screen with AutoStart = true and AutoPause = false. Set the timer duration to 2 hours. In the OnTimerEnd property, set a boolean variable to true. Add that boolean to the Visible property of your alert.

  • LuanP Profile Picture
    6 on at

    Thanks for your help. I've used this formula in .OnVisible on all screens and worked:

    If(
     DateDiff(login_date,Now(),Hours) >= 2,
     Set(refreshWarning, true)
    )

     But, with the timer I can slightly reduce the formulas, thanks!

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

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard