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 whe...
Power Apps
Answered

Delegation Warning when using Startswith.

(0) ShareShare
ReportReport
Posted on by 8

Hello friends, hope you´re doing great.

 

Would you be so kind to help me on this? Currently I have a Power App that is pulling data from a SharePoint list, my SharePoint list has more than 2000 rows and beyond that line my App is not showing additional info, checking the details in the warning message I found that "Starts with" is not working with one of columns. This is my current formula:

 

Sort By Columns(Filter([@'Admin Task Tracker'], Starts With('BSO Partner Text', TextSearchBox1.Text)),"BSO_x0020_Partner_x0020_Text", If(SortDescending1, Sort Order.Descending, Sort Order.Ascending))

I was looking for a solution but I did not found it 😞

@gabibalaban 

Regards.

Startswith.png
Categories:
I have the same question (0)
  • EddieE Profile Picture
    4,641 Moderator on at

    @JaboUchiha 

    Try using Sort() instead of SortByColumns()

  • timl Profile Picture
    36,774 Super User 2026 Season 1 on at

    Hi @JaboUchiha - I'm surprised that you're seeing this warning as StartsWith should be delegable. What's the data type of your 'BSO Partner Text' column?

  • JaboUchiha Profile Picture
    8 on at

    It´s a calculated column, the original one is "Choice column" and this new one is pulling data from there and copying as "Single line of text". Both columns belongs to same SharePoint list.

  • JaboUchiha Profile Picture
    8 on at

    Thanks for your help, I made this:

    Sort(Filter([@'Admin Task Tracker'],StartsWith('BSO Partner Text', TextSearchBox1.Text)),"BSO_x0020_Partner_x0020_Text", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))

    But still showing the same warning massage about delegation 😞

  • Verified answer
    EddieE Profile Picture
    4,641 Moderator on at

    @JaboUchiha 

    StartsWith is only delegable on Text type and Complex type columns - not Calculated columns, ie

     

    EddieE_0-1689207803882.png

    Link 
    https://learn.microsoft.com/en-us/connectors/sharepointonline/#power-apps-delegable-functions-and-operations-for-sharepoint

     

     

     

  • timl Profile Picture
    36,774 Super User 2026 Season 1 on at

    Hi @JaboUchiha 

    As @EddieE correctly says, calculated columns are not delegable. Therefore, the StartsWith forumula that you're using will not be delegable.

    If you need a delegable search, the other options available is to do an exact match with Filter, or to create a Flow to copy the text into a non-calculated column (which would support StartsWith).

  • JaboUchiha Profile Picture
    8 on at

    Thanks for your support guys, I used a drop down button instead of search box, that solved the issue.

  • Harsh440378 Profile Picture
    2 on at

    Hi I am facing same problem can you explain how you solved using drop down

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

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard