The CreatorCon Call for Content is officially open! Get started here.

Getting displayValue() in flow designer

Phil Wright
Tera Contributor

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?

10 REPLIES 10

Ivana Jedinecna
Tera Contributor

For Select Box (and for List as well) it works for me:

var isoc = fd_data.trigger.request_item.variables.isoc.getDisplayValue();
return isoc;
IvanaJedinecna_0-1709302331469.png