I am testing my Power Automate Document Automation Flow with a 6 page document, and encountering this error:
{
"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\":\"RecordDimensionsOutOfRange\",\"type\":\"Error\",\"properties\":{\"ErrorCode\":\"InvalidRequest\",\"MlIssueCode\":\"RecordDimensionsOutOfRange\"}}]}}"
}
}
Has anyone encountered this before and know the solution?