Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Delegation Warning on Date compare to Created date time on SharePoint List via Filter

(1) ShareShare
ReportReport
Posted on by 55
Hi All,
 
I have FROM and TO fields where I use the date picker controls on my page.  I want to use those in my filter to select from a SharePoint list records that have a created date between the FROM and TO date picker fields.  The SharePoint field is the Created date time field.
 
I keep getting this Delegation warning.  I was using the DateValue function to change the SharePoint list field "Created" to just a date so it can be compared to the date picker.  If it is left as a date time any records created for the current date will be greater than than a current date selected in the date picker field on the page.
 
Power Apps Fields:
 
 
Error Message
 
Code on Filter that receives warning
 
(DateValue(Created) >= dteFromDate.SelectedDate && DateValue(Created) <=dteToDate.SelectedDate)
 
SharePoint List delivered field
Categories:
  • Verified answer
    Dunes Profile Picture
    55 on at
    Delegation Warning on Date compare to Created date time on SharePoint List via Filter
    Figured it out..set variables for these fields when they are changed:
     
    Set(varEnd, DateAdd(dteToDate.SelectedDate, 1, TimeUnit.Days) - Time(0, 0, 1))
    Set(varStart, DateAdd(Date(Year(Today()), 1, 1), 0, TimeUnit.Days))
     
     
    Then modified the filter as below:
     (Created >= varStart && Created <=varEnd)
     

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,708 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,030 Most Valuable Professional

Leaderboard