Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more 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