Action 'Microsoft Translator - Translate Text''s output is JSON text, not Translated Text.
The result example:
{ "statusCode": 200, "headers": { "Pragma": "no-cache", "x-ms-request-id": "0797e183-908b-48e8-87d4-954df93c2827", "Cache-Control": "no-cache", "Date": "Sat, 24 Dec 2016 11:01:32 GMT", "Set-Cookie": "ARRAffinity=a0d9ab6dc8facbfb6adc55a4577a3242faedf7e86b07d9afecd63b6b5836935b;Path=/;Domain=127.0.0.1", "Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "129", "Content-Type": "application/json", "Expires": "-1" }, "body": "Hello" }
My hope result:
"Hello"
Re-pro flow:
1. Trigger "Flow button for mobile"
2. Action "Compose"
Name: "Text1"
Value: "Hello"
3. Action "Microsoft Translator - Translate Text"
Name: "Text2"
Input: 'Text1' - Output
Traget language: English
4. Action "Send a push notification"
Name "notification"
Text: "Text2" - Output
"Microsoft Translator - Translate Text" outputs may was not JSON, Just translated Text at Nov, 2016.
Regards,
Yoshihiro Kawabata