My flow is set up to extract the data from a form and input it into a new row in excel. This is triggered by a specific email. When testing the flow I have found that the flow works as intended however I get an error message stating "Action 'Extract_information_from_documents' failed" and an extra row is added to the table with no data.
The error details box states:
"{"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"}}]},"predictionId":null}"
I'm not sure what is causing this error as my excel file populates as intended and by all measures it appears the flow is in fact working.
It shows there being 3 apply to each processes, process 1/3 and process 2/3 work correctly. However at process 3/3 the error message is generated. I don't want process 2/3 to add a line in the excel sheet either although currently it is.
1/3, it works as intended and I thought this would be the only process running.
2/3 works but I don't want it to add a row in the excel sheet and don't see what this process is actually doing or needed for.
The error message comes from 3/3 as seen below
I'm assuming the error has to do with my apply to each function, perhaps I could use conditionals to avoid the issue? If anyone has any info that could help me out it would be much appreciated!