I copied a Flow to edit "offline" and everything was working great. I then put the copy in place and now I'm getting an "Error processing document" error. I'm doing a "Get File Content" to get the PDF content from an Azure File Share, same as I did before I copied it. Nothing changed. Same custom model..
Here is the output from the AI Builder action.
{
"error": {
"code": "0x80048d0b",
"message": "{\"operationStatus\":\"Error\",\"error\":{\"type\":\"Error\",\"code\":\"InvalidPredictionInput\",\"message\":\"Encountered an issue when reaching Form Recognizer: InvalidRequest\",\"properties\":{\"BackendErrorCode\":\"InvalidInferenceInput\",\"DependencyHttpStatusCode\":\"400\"},\"innerErrors\":[{\"scope\":\"Record\",\"target\":null,\"code\":\"InvalidRecord\",\"type\":\"Error\",\"properties\":{\"ErrorCode\":\"InvalidRequest\",\"MlIssueCode\":\"InvalidRecord\"}}]}}"
}
}