Four flows show the error DynamicOperationRequestClientFailure when I import a previously working canvas app. The app was packaged in a zip file and I am adding it through PowerApps > Apps > Import canvas app.
The full error is:
Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'excelonlinebusiness' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "The resource could not be found.\r\nclientRequestId: 378c9dc3-545b-4c36-a62f-8e94db11935e", "error": { "message": "The resource could not be found." }, "source": "excelonline-cc.azconn-cc-001.p.azurewebsites.net" }'.
I cannot view the flow at all to understand what it is doing and where the issue might lie. I have viewed the flow's definition JSON code and see that it points to a file in a OneDrive directory (I'm guessing it's linked to the current user since there is no username found in the code?). I have put the exact file in my root OneDrive directory prior to importing the app but the issue still exists.