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 / If time now is 3pm or ...
Power Apps
Answered

If time now is 3pm or after and DatePicker = tomorrow, make visible...

(0) ShareShare
ReportReport
Posted on by 802

Hi there, 

 

I have a text label in my Power App which currently only appears based on the conditions I have below - "IsLDNBased" is a global variable which I set based on the user when the app is loaded. 

 

 

If(Or(IsLDNbased = "London", User().Email = "specificemailaddress@email.com"), false, true)

 

 

I want to add to this, ignoring the current conditions above entirely, to not display the label if the time now is 3pm UK time or afterwards AND if the date selected in the DatePicker is equal to tomorrow's date.

 

Any ideas please?

 

Thanks

K.

Categories:
I have the same question (0)
  • Sundeep_Malik Profile Picture
    6,501 on at

    Hey @Kosenurm 

     

    Try this:

     

    If(Or(IsLDNbased = "London", User().Email = "specificemailaddress@email.com",DatePicker1.SelectedDate=Today()+1,TimeValue(Now())>=Time(16,0,0)), false, true)

     

    If the above does not work you can make separate or statements.

  • Verified answer
    Kosenurm Profile Picture
    802 on at

    Thanks, I solved it with...

     

    If(Or(IsLDNbased = "London", User().Email = "email@email.com", And(LDN_Date_Picker.SelectedDate = DateAdd(Today(),1), TimeValue(Now()) >= TimeValue("12:00 PM"))), false, true)

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard