Getting displayValue() in flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2020 09:11 AM
I am displaying a select box value on a catalog RITM and the value displaying is the actual value and not the displayValue(). Is there a setting to have flow designer use the display value?
Labels:
- Labels:
-
Scripting and Coding
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 06:13 AM - edited 03-01-2024 06:14 AM
For Select Box (and for List as well) it works for me:
var isoc = fd_data.trigger.request_item.variables.isoc.getDisplayValue();
return isoc;