<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Getting displayValue() in flow designer in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/2846985#M1090003</link>
    <description>&lt;P&gt;For Select Box (and for List as well) it works for me:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; isoc = fd_data.trigger.request_item.variables.isoc.getDisplayValue();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; isoc;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IvanaJedinecna_0-1709302331469.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/334904iFC6A1D141B888C0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IvanaJedinecna_0-1709302331469.png" alt="IvanaJedinecna_0-1709302331469.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 01 Mar 2024 14:14:39 GMT</pubDate>
    <dc:creator>Ivana Jedinecna</dc:creator>
    <dc:date>2024-03-01T14:14:39Z</dc:date>
    <item>
      <title>Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606148#M263074</link>
      <description>&lt;P&gt;I am displaying a select box value on a catalog RITM and the value displaying is the actual value and not the displayValue().&amp;nbsp; Is there a setting to have flow designer use the display value?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:11:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606148#M263074</guid>
      <dc:creator>Phil Wright</dc:creator>
      <dc:date>2020-08-13T16:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606149#M263075</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;
&lt;P&gt;can you try this in the script section of the flow designer&lt;/P&gt;
&lt;P&gt;var selectBoxDisplayValue = fd_data.trigger.current.variables.&amp;lt;selectBoxVariable&amp;gt;.getDisplayValue();&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:19:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606149#M263075</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-08-13T16:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606150#M263076</link>
      <description>&lt;P&gt;&lt;SN-MENTION class="sn-mention" table="live_profile" sysid="14894cf4db8adf4047c8f3231f961980"&gt;@Phil Wright&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good.&lt;BR /&gt;&lt;BR /&gt;Let me know if that answered your question.&lt;BR /&gt;&lt;BR /&gt;If so, please mark appropriate response as correct &amp;amp; helpful so that this thread can be closed and others can be benefited by this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 15:59:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606150#M263076</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2020-08-21T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606151#M263077</link>
      <description>&lt;P&gt;Thanks for your reply.&amp;nbsp; I will give this a test next week.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 17:10:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606151#M263077</guid>
      <dc:creator>Phil Wright</dc:creator>
      <dc:date>2020-08-21T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606152#M263078</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not really sure what you mean, but if you are saying that you have a flow designer on a catalog item and that you're using the data pill to the variable in your flow, you may need to just expand the Data object on the right and pick the field that holds the display value you want and drag that as the data pill? Is that available to you?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/191565i9691A9FAC428E98A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 18:29:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606152#M263078</guid>
      <dc:creator>Brian Workman</dc:creator>
      <dc:date>2020-08-21T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606153#M263079</link>
      <description>&lt;P&gt;The issue is I can't get the display value of a choice type variable when I place the variable in a description field.&amp;nbsp; I don't get the option to select the display value&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/191562i5856A91DED2DC521/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/191569i8632F02BA9000D39/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 20:07:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606153#M263079</guid>
      <dc:creator>Phil Wright</dc:creator>
      <dc:date>2020-08-21T20:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606154#M263080</link>
      <description>Hi Phil,
Any updates on this?I am also facing the same issue. Did you find a solution for the same?</description>
      <pubDate>Mon, 23 Nov 2020 23:12:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606154#M263080</guid>
      <dc:creator>shruthimo1</dc:creator>
      <dc:date>2020-11-23T23:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606155#M263081</link>
      <description>&lt;P&gt;Thanks Ankur, had a similar issue - this is exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 07:45:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606155#M263081</guid>
      <dc:creator>Jon G1</dc:creator>
      <dc:date>2021-11-22T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606156#M263082</link>
      <description>&lt;P&gt;If this is a select box, there is a known issue:&lt;BR /&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0960074"&gt;How can you get the display value of a select box in Flow Designer - Support and Troubleshooting (servicenow.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 19:08:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/1606156#M263082</guid>
      <dc:creator>hanaphouse</dc:creator>
      <dc:date>2022-05-10T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/2685669#M1040518</link>
      <description>&lt;P&gt;This unfortunately does not work in Vancouver.&lt;BR /&gt;&lt;BR /&gt;The error you'll get is&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Error: Cannot find function getDisplayValue in object application.,Detail: Cannot find function getDisplayValue in object application.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0960074" target="_blank" rel="noopener"&gt;ServiceNow recommends&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;creating a custom action to lookup the value from&amp;nbsp;sc_item_option_mtom table. You could do this through looking up the submitted value from sc_item_option_mtom table then lookup the display value from the&amp;nbsp;question_choice_list table.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 10:34:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/2685669#M1040518</guid>
      <dc:creator>Pius Gumo</dc:creator>
      <dc:date>2023-09-28T10:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting displayValue() in flow designer</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/2846985#M1090003</link>
      <description>&lt;P&gt;For Select Box (and for List as well) it works for me:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; isoc = fd_data.trigger.request_item.variables.isoc.getDisplayValue();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; isoc;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IvanaJedinecna_0-1709302331469.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/334904iFC6A1D141B888C0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IvanaJedinecna_0-1709302331469.png" alt="IvanaJedinecna_0-1709302331469.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:14:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-displayvalue-in-flow-designer/m-p/2846985#M1090003</guid>
      <dc:creator>Ivana Jedinecna</dc:creator>
      <dc:date>2024-03-01T14:14:39Z</dc:date>
    </item>
  </channel>
</rss>

