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
Jul 01, 2024Copper Contributor
It is now July of 2024 and this bug still is not fixed.