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 Apps
Answered

Time gating my App

(0) ShareShare
ReportReport
Posted on by 4

I have certain users on my app with Various levels of permissions.

 

I am exploring an option to prevent usage of my App on weekends and After 5pm on weekdays for users.

 

My app has a home page with a button to Navigate to the data in the app.

Im looking to disable this during specified times. Is this possible, if so how could i do this?

Categories:
I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @Christian-Chapp you could use the Weekday and Hour functions to do this.

     

    On the DisplayMode of the button that navigates to / shows your data try this:

     

    Button1.DisplayMode = if( Weekday( Now()) = 1 || Weekday ( Now()) =7 || Hour( Now()) > 17, DisplayMode.Disabled, DisplayMode.Edit)

     

    Note: Weekdays 1 & 7 are the defaults for Sunday and Saturday and the Hour 17 is 5pm (ie 12 + 5) check this link for further info https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-datetime-parts

     

    This should work?

  • Christian-Chapp Profile Picture
    4 on at

    This Worked Perfectly. Thank you very much.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard