Solved! Go to Solution.
Hi @Anonymous
The person or group type column in SharePoint is a complex type field which is not delegable by design
https://docs.microsoft.com/en-us/connectors/sharepointonline/
(check delegation for complex types in link above)
At SPC 19, Microsoft did announce that Lookup, Choice and People fields will soon become delegable
Until then your best best would be to create a single line of text field and store the information of people picker column and run your filter aginst that column
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous
The person or group type column in SharePoint is a complex type field which is not delegable by design
https://docs.microsoft.com/en-us/connectors/sharepointonline/
(check delegation for complex types in link above)
At SPC 19, Microsoft did announce that Lookup, Choice and People fields will soon become delegable
Until then your best best would be to create a single line of text field and store the information of people picker column and run your filter aginst that column
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@RezaDorrani, thank you for the information. Really helpful. Did MS give any indication on a timeline for making complex types delegable, or is it a "some time in the future"? I have a number of complex type scenarios.
@Anonymous
Here is a screen capture from SPC 2019
It states working on this year !!!
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
If you faced a Delegation warning issue with your formula, it means that you could not delegate the data process to your SP list data source, instead, you could only process data locally within your app.
In default, you could only process 500 records at most locally. You could change the "Data row limit for Non-delegable queries" option to maximum value -- 2000, then you could process 2000 records at most locally.
If the amount of your SP List records is not more than 2000, you could ignore this warning issue.
If the amount of your SP List records is more than 2000, you could consider bulk-load your SP list reocrds into multiple separated collections in your app, then merge the multiple separated collections into single one collection. Then use the merged collection as data source in your app instead of the Original SP list data source.
Please check and see if the alternative solution mentioned within the following thread would help in your scenario:
Best regards,
User | Count |
---|---|
254 | |
106 | |
96 | |
50 | |
39 |