Forum Discussion

atlangley's avatar
atlangley
Copper Contributor
Jan 03, 2024
Solved

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...
  • atlangley's avatar
    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.

Resources