Forum Discussion
atlangley
Jan 03, 2024Copper Contributor
Field Skipped When Multiple SharePoint Tasks Requested
I have encountered some unexpected behavior when using Microsoft Graph to request data from SharePoint task lists. I discovered this using MS Graph in C# and I have reproduced it in https://developer...
- Jul 29, 2024
This bug is fixed now. Microsoft created a new header to handle this scenario.
Prefer: TryReturnSelectedFieldsInLargeListWarningMayThrottle
With the header set this way I am receiving the correct data for all the fields I request.
atlangley
Jan 30, 2024Copper Contributor
Microsoft has confirmed that this is a bug and say the fix will be rolled out by the end of February 2024.