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 / Delegation Issue on Fo...
Power Apps
Answered

Delegation Issue on Formula

(0) ShareShare
ReportReport
Posted on by 85

Hello..

 

Can someone help me how to solve delegation issue on my formula below.

 

Sort(
Filter(
'Greyhound 2022 - ACTIVITY',
(StartsWith(
'WORK ITEMS',
txtPICWorkItemsOverallActivity.Text
) || StartsWith(
PIC.DisplayName,
txtPICWorkItemsOverallActivity.Text
)) && (STATUS.Value = drpSTATUSOverallActivity.Selected.Value || drpSTATUSOverallActivity.Selected.Value = Blank()) && (SECTION.Value = drpSECTIONOverallActivity.Selected.Value || drpSECTIONOverallActivity.Selected.Value = Blank())
),
Modified,
Descending
)

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,119 Most Valuable Professional on at

    @asuhaimi ,

    What is showing as a Delegation issue ? All of that looks fine to me

    Sort(
     Filter(
     'Greyhound 2022 - ACTIVITY',
     (
     StartsWith(
     'WORK ITEMS',
     txtPICWorkItemsOverallActivity.Text
     ) || 
     StartsWith(
     PIC.DisplayName,
     txtPICWorkItemsOverallActivity.Text
     )
     ) && 
     (
     STATUS.Value = drpSTATUSOverallActivity.Selected.Value || 
     drpSTATUSOverallActivity.Selected.Value = Blank()
     ) && 
     (
     SECTION.Value = drpSECTIONOverallActivity.Selected.Value || 
     drpSECTIONOverallActivity.Selected.Value = Blank()
     )
     ),
     Modified,
     Descending
    )

     

  • asuhaimi Profile Picture
    85 on at

    @WarrenBelz 

     

    Sorry, my mistake.. the issue on countrows

     

    asuhaimi_1-1648899542059.png

     

     

    asuhaimi_0-1648899420689.png

     

  • Verified answer
    WarrenBelz Profile Picture
    156,119 Most Valuable Professional on at

    Hi @asuhaimi ,

    Correct - CountRows is not Delegable - it will however count correctly up to your Delegation limit - if you want to get rid of the warning (and that is all this does - still only works up to Delegation limit)

    With(
     {wList:'Greyhound 2022 - ACTIVITY'},
     CountRows(wList)
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard