Localized and translated in Flow Actions

Can I provide localized and translated text for Flow actions?
While Flow templates use the t:name format + locales/*.json, there is no documentation regarding this for Flow actions.

Hey @Hirano! You’re right that Flow templates support the t:name format with locales/*.json files, but that localization pattern is not currently available for Flow actions or triggers.

The Flow action reference has no localization section, unlike the Flow template reference which covers it in detail. The same gap applies to field-level properties (field names and descriptions within [[settings.fields]]). It’s a feature that exists for templates but was never extended to actions or triggers.

I’ve raised this with the relevant team as a product gap, since other extension types like Functions support localization of their TOML name and description through the same t: mechanism. For now, Flow action names and field labels are limited to static, single-language strings.

1 Like