You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "Extract files from a EML-encoded file" action of the Mime Automation connector it suddenly fails with the follwowing issue...
ResponseSwaggerSchemaValidationFailure. The API 'mimeautomationip' returned an invalid response for workflow operation 'Extract_files_from_a_base64-encoded_EML_file' of type 'OpenApiConnection'. Error details: 'The API operation 'ExtractFilesFromEml' requires the property 'body' to be of type 'Array' but is of type 'String'.'
The action always throws this error, although nothing was changed in the backend. Even in Postman its working as usual.
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 1 - Connector is broken or there's a very serious issue
Type of Connector
Independent Publisher Connector
Name of Connector
Mime Automation
Describe the bug
When using the "Extract files from a EML-encoded file" action of the Mime Automation connector it suddenly fails with the follwowing issue...
ResponseSwaggerSchemaValidationFailure. The API 'mimeautomationip' returned an invalid response for workflow operation 'Extract_files_from_a_base64-encoded_EML_file' of type 'OpenApiConnection'. Error details: 'The API operation 'ExtractFilesFromEml' requires the property 'body' to be of type 'Array' but is of type 'String'.'
The action always throws this error, although nothing was changed in the backend. Even in Postman its working as usual.
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 1 - Connector is broken or there's a very serious issue
To Reproduce
https://github.com/acieslik/PowerPlatformConnectors/raw/refs/heads/dev/.vscode/bug1
Expected behavior
The output of the "Extract files from a base64-encoded EML file" action should be as documented here:
https://learn.microsoft.com/en-us/connectors/mimeautomationip/#array-of-mimeattachment
An array with 3 properties, File Name, Mime Type and Content
Environment summary
Run it on any PowerPlatform environment that supports PowerAutomate flow creation and execution
Additional context
The issue appeared suddenly without having changed anything in the API on the backend side.
With Postman we can execute the API successfully.
The text was updated successfully, but these errors were encountered: