Hi All,
My Flow is randomly failing about 30% of the time
It returns status 404 Item not found when trying to delete Items in a sharepoint list. First I get all items in a list, then I apply to each to delete them all. The delete step is the one that fails. Does anybody have any Idea what I can do to fix this?
{
"message": "Item Not Found\r\nclientRequestId: 48850471-fa62-4f26-869a-7555ab8d6b95\r\nserviceRequestId: 2c22609e-403b-5000-b801-b867aff589b9;2c22609e-0044-5000-b801-bdd2c827fd59",
"status": 404,
"source": "https://testsiteblablabla.sharepoint.com/sites/test/_api/SP.APIHubConnector.DeleteListItem",
"errors": [
"-1",
"Microsoft.SharePoint.SPConnectorException"
]
}