Hello,
I have a flow that uses the SharePoint Copy File action.
Two of my test cases came back with errors. These are the two errors:
-Test07 - Cannot import version 3.0
{
"status": 400,
"message": "Cannot import version 3.0 because only version 2.0 was exported. CallStack -- \r\nclientRequestId: 06d46a19-5610-4d1c-9922-95a934734b5c\r\nserviceRequestId: 1e04a39e-6032-7000-5eee-d2ddf35125a8"
}
-Test09 - Item does not exist.
(I double checked that the file does exist)
{
"status": 400,
"message": "Item does not exist. It may have been deleted by another user. CallStack -- at Microsoft.SharePoint.SPListItem.EnsureItemIsValid()\r\n at Microsoft.SharePoint.SPListItem.GetValue(SPField fld, Int32 columnNumber, Boolean bRaw, Boolean bThrowException)\r\n at Microsoft.SharePoint.SPListItem.get_File()\r\n at Microsoft.SharePoint.Deployment.ListItemSerializer.SetObjectData(Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector)\r\n at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj, SerializationInfo objectData, ISerializationSurrogate surrogate, ISurrogateSelector selector)\r\nclientRequestId: 3984aefd-da5d-421d-b7a6-c2237105494d\r\nserviceRequestId: 2704a39e-f010-7000-eea5-69d7b31565a5"
}
What does this error mean? Can you direct me to somethings I could look into for further investigation. The error does not come up for all test cases, only select ones.
Thank you!
Silvana