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)
Solved! Go to Solution.
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."
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."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
196 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
261 | |
83 | |
71 | |
69 | |
66 |