web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / StartsWith in combinat...
Power Apps
Answered

StartsWith in combination with &&& (and) filter

(0) ShareShare
ReportReport
Posted on by 252

The problem is SP lists with over 500 elements. And getting a result that show element 501 ->

 

This works: (without the second value in the filter)

SortByColumns(Filter(Source;StartsWith(Title;TextSearchBox1.Text)||StartsWith(Contact;TextSearchBox1.Text)||StartsWith(Customer;TextSearchBox1.Text)||StartsWith(Text;TextSearchBox1.Text));"Created";If(SortDescending1; Descending; Ascending))

 

This does not work: the search stops at element 500
SortByColumns(Filter(Source;StartsWith(Title;TextSearchBox1.Text)||StartsWith(Contact;TextSearchBox1.Text)||StartsWith(Customer;TextSearchBox1.Text)||StartsWith(Text;TextSearchBox1.Text);Status<2);"Created";If(SortDescending1; Descending; Ascending))

 

SortByColumns(Filter(Source;StartsWith(Title;TextSearchBox1.Text)||StartsWith(Contact;TextSearchBox1.Text)||StartsWith(Customer;TextSearchBox1.Text)||StartsWith(Text;TextSearchBox1.Text)&&Status<2);"Created";If(SortDescending1; Descending; Ascending))

 

SortByColumns(Filter(Source;And(StartsWith(Title;TextSearchBox1.Text)||StartsWith(Contact;TextSearchBox1.Text)||StartsWith(Customer;TextSearchBox1.Text)||StartsWith(Text;TextSearchBox1.Text);Status<2));"Created";If(SortDescending1; Descending; Ascending))

Categories:
I have the same question (0)
  • Verified answer
    SinanE Profile Picture
    174 on at

    I think this is happening because the '>' operator is not delegatable in Sharepoint, which results in running your query locally (in the 500 rows). Please see this post which lists all the supported delegatable predicates and functions for SharePoint.

     

    https://powerapps.microsoft.com/en-us/tutorials/delegation-list/

  • ShantanuP Profile Picture
    on at

    Sharepoint doesn't support '<' operator in delegation. But it supports '=' operator in delegation. So if you change the expression to use Status = 2 then it would run on all the items in the list.

  • ShantanuP Profile Picture
    on at

    Sorry didn't see that you have && operator as well there. This is also not supported by sharepoint yet in delegation. So using = operator in your case wouldn't help either. What you can do is that filter using only one condition (Using startswith or '=' operator) if that returns results less than 500 and then collect those values and then apply other filters on it.

  • SinanE Profile Picture
    174 on at

    Actually, && is supported in delegation 🙂

  • ShantanuP Profile Picture
    on at

    Indeed it is supported. 🙂 Sorry for the confusion.

  • Rfla Profile Picture
    252 on at

    Thanks @SinanE and @ShantanuP,

     

    Seems that changing the < to = (equal) did the trick.:-)

    Next question: is it possible to use the equal in combination with Author.Displayname (lookup) = some text field.

     

    Seems like that last equal is not supported yet? Lookups.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 711 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 319 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard