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
Answered

Delegation warning in combo box

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I have delegation warning when I try to make my cascading combobox work.

 

I have 2 SP lists named 'Access Application' and 'Access Area2', 'Access Area2' contains columns named Area1 and Area2 and ’Access Application' contains columns named Area and Area2.

 

I want to filter the column 'Area2' in 'Access Application' based on the value of column 'Area' but Area2 shows 'delegation warning,the search part of this formula might not work correctly on large data sets'.The item of column 'Area2' is Filter('Access Area2', Area1 = DataCardValue7.Selected.Value).

 

I also try to insert a dropdown to replace 'Area2', it works but I can't connect it with the column ‘Area2' on the SP online list so when people submit the form 'Access Application', the column 'Area2' is blank.

 

 

Here are the pictures.

2.png
4.png
3.png
Categories:
I have the same question (0)
  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Firstly, delegation warning is not error. So your formulas do not have any problem.

    Let me tell you more about delegation.

    Actually, delegation is powerapps itself limit.

    PowerApps could only deal with at most 2000 records in local.

    So when your record is larger than 2000, you app may not perform good, for example it will return wring result.

    To avoid delegation's effect, there are two solutions:
    1)only use delegateable data source and delegateable functions

    Then the data could be dealt in data source, not in powerapps.

    Here's a doc about delegateable functions of sharepoint list, plese modify your formulas based on this:

    https://docs.microsoft.com/en-us/connectors/sharepointonline/

    2)save data in collection

    In collection, there will not have delegation problem

     

    If your record is smaller than 2000, then do not need to worry about delegation warning. It will not effect your app's performance.

    Just need to change this limit to 2000:

    delegation.jpg

     

    Here's a doc about delegation in details for your reference:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview

     

     

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thanks for your reply. The cascading combobox seems to work correctly but when people submit the Access Application form, the column 'Area2' is blank.

    5.png
    6.png
  • DessieLad Profile Picture
    4 on at

    If you replace the data source of the combo box with a collection then the search delegation warning will not show.

  • EricWeiner Profile Picture
    9 on at

    @DessieLad If you replace with the data source with a collection then you have to pull all the rows into the application before you can filter. Depending on the size of the record set that may be a heavy lift for the application. You also lose the power of pushing the filtering on the server side.

     

    In my case, I have associated a combobox with a data source that has 600 rows. I also set the PowerApp limit to 2000 rows, yet I still see the delegation warning. I conclude that Power Apps only senses potential delegation issues not actual ones.

     

    There needs to be a setting to dismiss this warning for developers that know what they are doing.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard