Hello,
I am using action "Send HTTP request to SP list" to get more than 5000 items:
I define that max can be extracted 10 000 items. My datasource contains 6000 items.
But I always get an error:
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "aa094910-ee95-4a8f-be8d-58b71abab7d7",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "{\"odata.error\":{\"code\":\"-2147024860, Microsoft.SharePoint.SPQueryThrottledException\",\"message\":{\"lang\":\"en-US\",\"value\":\"The attempted operation is prohibited because it exceeds the list view threshold.\"}}}\r\nclientRequestId: aa094910-ee95-4a8f-be8d-58b71abab7d7\r\nserviceRequestId: bd0201a1-f0d3-4000-cecd-9c3c9c5625d0",
"source": "...............",
"errors": []
}
}
}
How can I solve it?