Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Delegation warning in gallery

(0) ShareShare
ReportReport
Posted on by 395

Hi,

 

My data source is sharepoint, on the items of my gallery i have,

Sort(Filter(EngineTimeSheet,Name=User().FullName,Or(StartsWith(JobNumber,TextSearchBox2),StartsWith(Date,TextSearchBox2),StartsWith(Customer,TextSearchBox2)),
DateValue(Date) >= Dropdown1.Selected.StartDate && DateValue(Date) <= Dropdown1.Selected.EndDate),Date,SortOrder.Descending)

 

Any ideas of a workaround to remove the delegation warning would be much appreciated.

Image below is the gallery, Dropdown1 allows the user to filter their timesheets. 

Matt383_0-1681184651046.png

 

Categories:
  • Matt383 Profile Picture
    Matt383 395 on at
    Re: Delegation warning in gallery

    Thanks Sylvia, that has removed the delegation warning.

  • Verified answer
    Re: Delegation warning in gallery

    Hi @Matt383 

     

    Is your delegation warning on the Filter function?

    Maybe you could try the following ways:

    OnStart/OnVisible event of the screen, use collect functions to fetch records as a variable with the following syntax:

    Collect(YourCollectionNameWithoutQuotes,DataSourceName)

    Then, Use "YourCollectionNameWithoutQuotes" as DataSource to operate on PowerApps control which would help to remove the delegation warning message.

    Hope it helps.

     

    Best regards,

    Sylvia

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard