How To translate input field text from Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
I am currently trying to update the short description in the Requested Item table using a flow.
Since our organization is bilingual, the text needs to be translated. I have tried using gs.getMessage, but it does not seem to be working as expected within the flow.
Could you please provide guidance on the best way to ensure these descriptions are correctly translated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hello @flsn2 ,
Also refer this documentation :
You can refer this youtube video :
https://www.youtube.com/watch?v=XUgub612eJI
If this helps you then mark it as helpful and accept as solution.
regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
you need to use flow variable and then use "Set Flow Variables" flow logic to get the translated value and then set
how are you determining the language? based on RITM->REQ->REQUESTED FOR?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @flsn2
As "Short Description" and "Description" fields dynamically filled , this could not be translated using flow.
You have to use dynamic translation to achieve your requirement.
refer: SN Doc: Enable dynamic translation for a field
How to Translate SC Task Short description and Description values created from Flow designer
Refer:
