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 / 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
    Microsoft Employee 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
    Microsoft Employee 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
    Microsoft Employee 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

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

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard