Short answer: You can translate text in Google Translate by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Translate Translate Text action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Text text | string | Required | Text |
Target Language target | string | Required | ISO language code (en, es, fr, de, ja, zh, etc.) |
Source Language source | string | Optional | Leave empty for auto-detect |
{"text": "{{trigger.text}}","target": "en","source": "auto"}
{"data": {"translations": [{"translatedText": "Hello world","detectedSourceLanguage": "es"}]}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.