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 / delagation warning for...
Power Apps
Answered

delagation warning for in or ecactin with filter how to correct?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am trying to rewrite my app to use a share point list rater than excel. Once I change the data source to sharepoint, I start seeing all sorts of delagation warnings. The following is a very basic example that according to the documentation should not be generating a warning. Unfortunately, I am getting the warning on the "exactin" function. How can this be avoided? 

 

Set(_User, Office365Users.MyProfile());

ClearCollect(_coBudgets, Filter(EttTravelAppBudgets, _User.Department exactin EttTravelAppBudgets.Department);

 

I am now looking to creating the applicaiton from scratch and this is the first error I am getitng.  The Department field is a text type in the EttTravelAppBudgets table which is a sharepoint list.

 

Is this a known issue? If this can be safely ignored, how do I remove the warning? If not, how can I reduce the data set since this seems to be the only way to isolate down a user's department from a list.

 

 

thanks,

Gene

 

tempdelagationBugSample.jpg
Categories:
  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    The exactin isn't a delegable operator in SharePoint. Try this formula instead:

     

    ClearCollect(_coBudgets, Filter(EttTravelAppBudgets, Department = _User.Department))

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thanks. I got got that after I posted but also noticed "in" doesn't work which is delagatable. I guess there is a issue with the in operator.

     

    THanks,

    Gene

     

  • Verified answer
    Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    The "in" isn't delegable in SharePoint either.  The link below shows what is delegable in SharePoint.

     

    PowerApps delegable functions and operations for SharePoint

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    got it now thanks. 

    Now I'm thinking I may be able to slavage my excel based powerapp vs a full rewrite. 🙂

     

    Thanks,

    Gene

     

  • Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    In general SharePoint is a better data source than Excel, especially if the app is going to be used by a group of people on a regular basis. The key to working with SharePoint is understanding what is delegable and what column types to use when creating your list. The most challenging part in multi select choice fields because those aren't delegable and there isn't a good work around.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard