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 / is the Today() functio...
Power Apps
Unanswered

is the Today() function not delegable?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I've written a Lookup which searches a SQL Azure db, filters by key then sorts using SortByColumns, of which I then use date <= Today() to return the top record. This works fine however I am getting the blue squiggle under <= Today() so assuming this will break after 500 records, is there any way around this?

 

"Last Date: " & LookUp((SortByColumns(Filter('[dbo].[SQLDB]'; abcID = ThisItem.PID); "abcDate"; Descending)); abcDate <= Today(); abcDate)

 

 

Cheers

Categories:
  • carlosag Profile Picture
    Microsoft Employee on at
    Could you try capturing the result of Today() in a context variable and use that instead?
    For example, in the OnVisible of the screen add
    UpdateContext({today: Today() })

    And then use today in your expression above like abcDate<today
  • CharlieK Profile Picture
    Microsoft Employee on at

    Hi Carlos,

     

    Tried this and the context captures the date (can display using a Text box) however I get an error saying invalid mashup, cannot apply operator < to types DateTimeZone and Date. abcDate is a date column in SQL Azure.

     

     

    Cheers

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Any insight on how to delegate Today()? I also tried passingas a contextual variable with Date() or DateValue() to no avail. 

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard