Hello everyone,
I'm encountering an issue while attempting to import a flow from a client's tenant into my organization's environment. Specifically, I'm receiving an error message when trying to save the flow.
The error messages I'm encountering are as follows:
For the flow that hasn't been converted using Flow Migrator:
- Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'Unauthorized'. This may indicate invalid input parameters. Error response: { "error_description": "Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown." }'.
For the already converted flow:
- Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List not found\r\nclientRequestId: 8dde35b8-4e6b-485f-9a1c-ba40ae82a7e9\r\nserviceRequestId: 8dde35b8-4e6b-485f-9a1c-ba40ae82a7e9" }'.
Has anyone encountered similar issues before? If so, how did you resolve them?
Thank you.