With flow i scheduled 27 rest api call.
The URI is
_api/web/lists/getbytitle('listname')/items?$filter=ColumnName eq 'FilterValue'&$top=5000
Only 1 of 27 http requests gave me this error:
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-francecentral-01.azure-apim.net",
"clientRequestId": "f6397a9d-aa13-4dfc-b048-3cda740a5260",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.\r\nclientRequestId: f6397a9d-aa13-4dfc-b048-3cda740a5260\r\nserviceRequestId: a221619f-80d0-a000-64a9-05482da35f5f",
"source": "https://*****.sharepoint.com/sites/****/en/WM/GA/******/_api/web/lists/getbytitle('ListName')/items?$filter=SupplierName%20eq%20'FilterValue'&$top=5000",
"errors": [
"-2147024860",
"Microsoft.SharePoint.SPQueryThrottledException"
]
}
}
}