I hope you're doing well.
Could you please assist me in resolving an issue I’m facing with my Power Automate flow?
Details:
I have developed a cloud flow using Power Automate's "Translate Documents" action in combination with Azure Cognitive Services. Please refer to the attached image for further context.
Error Details:
statusCode": 500,
"message": "Internal server error",
The action 'Start_document_translation' is failing with an "Internal Server Error."
I would appreciate your support in troubleshooting and resolving this issue.
Thank you for your help!
Input : start documents translation
{
"host": {
"connectionReferenceName": "shared_microsofttranslatorv",
"operationId": "StartDocumentTranslation"
},
"parameters": {
"Input/storageType": "File",
"Input/sourceLanguage": "Auto-detect",
"Input/sourceURL": "https://demotranslatestorage.blob.core.windows.net/incoming/1.txt",
"Input/targetContainerURL": "https://demotranslatestorage.blob.core.windows.net/converted",
"Input/targetLanguage": "he"
}
}
Output error:
{
"statusCode": 500,
"message": "Internal server error",
"activityId": "cd49237a-e9a1-43df-beea-dabfeb699659"
}
{
"host": {
"connectionReferenceName": "shared_microsofttranslatorv",
"operationId": "StartDocumentTranslation"
},
"parameters": {
"Input/storageType": "File",
"Input/sourceLanguage": "Auto-detect",
"Input/sourceURL": "https://demotranslatestorage.blob.core.windows.net/incoming/1.txt",
"Input/targetContainerURL": "https://demotranslatestorage.blob.core.windows.net/converted",
"Input/targetLanguage": "he"
}
}