
Announcements
I am writing below formula to make searcy my gallery items , currently i am using start with but i like to use search instead of startwith , when i am writing search instead of startwith getting error
Sort(Filter(SPLIST, StartsWith('Number', TextInput1.Text) , (Status.Value="Draft" && 'Manager'.Email=CurrentUser)||(Status.Value="Approve" && 'Stage'="A" && 'Approver'.Email=CurrentUser)),Created,Descending)
This error is called a "delegation warning". If you use SEARCH in your formula with SharePoint it will appear. The only workaround currently is STARTSWITH or to increase the delegation row limit to 2,000 rows in advanced settings.
Link To Delegation Article:
https://powerapps.microsoft.com/en-us/blog/sharepoint-delegation-improvements/
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."