Use gs.getMessage in flow designer? (Field Script)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2023 11:42 PM
is it possible to use gs.getMessage in flow designer? (Field Script)
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2023 03:34 AM
Follow below link. Need to create scripted action and us gs.getMessage() there

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2023 11:32 AM
Meloper:
Unfortunately, it does not appear to work in Flow Designer. I have tried it in various ways. The only way I was able to get this to function is to create a Script Include and call it from there in a Script Step.
Steven.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2024 10:54 PM
I do this way:
return gs.getMessage('some_key_in_sys_ui_message')