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 Warning in ...
Power Apps
Suggested Answer

Delegation Warning in startswith function - Previous its working

(1) ShareShare
ReportReport
Posted on by 286
Hi all,
 
facing delegation warning while using startswith function, previously i create many app with this method still now its working fine without any warning, now iam facing this delegation warning, how to resolve this..
 
With({wdata:Filter(CMD_NA_Tracker,StartsWith(Request_ID,TextInput1.Text))},
ClearCollect(colGridData,Filter(wdata,Assign.Value<>"Assigned")))
 
 
Categories:
I have the same question (0)
  • Suggested answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
    If you're filtering on a single column and Request_ID is a text column, you can use the Search() function, which is delegable in SharePoint:
     
    With(
        {wdata: Search(CMD_NA_Tracker, TextInput1.Text, "Request_ID")},
        ClearCollect(colGridData, Filter(wdata, Assign.Value <> "Assigned"))
    )
    
    if that helped please mark as verified answer,
     
    thanks
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    Pls try the following:
     
    • Go to Settings > Advanced Settings > Data row limit for non-delegable queries and increase the limit (up to 2000).  
    • If your dataset is large, you can switch to a delegable function
    With({wdata:Filter(CMD_NA_Tracker, Search(Request_ID, TextInput1.Text))},
    ClearCollect(colGridData, Filter(wdata, Assign.Value <> "Assigned")))
     
    hope this helps.
  • Jawaharprem Profile Picture
    286 on at
    thanks SaiRT14, row level i already increased to 2000, and used your code but getting error.
     
  • Jawaharprem Profile Picture
    286 on at
    hi mmbr1606, thanks for your time, the Request_ID is a column in sharepoint, the Textinput1.text is textinput used to search the id's, if changed as per my  requirement,  getting error... previously its working very fine now getting delegation warning, i checked with my IT Team no response...
     
  • Jawaharprem Profile Picture
    286 on at
    Hi all,
     
    finally i got this works..
     
    "ClearCollect(colGridData, Filter(CMD_NA_Tracker,Or(Assign.Value="Not Assigned")))" didnt get any delegation warning..
     
    thanks to help me to develop..
     

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

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard