Hello, I have a very simple flow which moves a file from one folder to another inside the same library on Share Point. I'm using the Move File action and use the "Identifier" value for the "File to Move" attribute obtained from the Share Point trigger:
From time to time (approx. once a week) the flow fails with the following error:
{
"status": 400,
"message": "Failed to verify the existence of source object at 'https://xxx.sharepoint.com/sites/AP/Shared Documents/Invoices/approved/xxx.pdf' due to error 'The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.\r\nclientRequestId: 71d93014-43c5-448e-bb91-fb377f604a22\r\nserviceRequestId: 71d93014-43c5-448e-bb91-fb377f604a22"
}
However, the file gets moved fine. Any idea why it's happening?
I use the Move File action in anohter flow and it does the same thing - it occasionaly fails but moves the file fine at the same time.
Any help appriciated! Thanks!