<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>pickerFieldCustom display value</title><link>https://community.appian.com/discussions/f/user-interface/25492/pickerfieldcustom-display-value</link><description>Please find above screenshots (Expression Rule and output + SAIL code and Interface . I&amp;#39;m using pickerfieldCustom here. Please help me to display &amp;quot;name&amp;#39; only and how to display and save selected name . Currently it displays and save &amp;#39; id &amp;#39; . Please let</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99386?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 06:40:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ec6b477-9fcc-47e9-85a9-25609d6d8a0b</guid><dc:creator>shrikanthn0001</dc:creator><description>&lt;p&gt;Thank you .It is working as per design&amp;nbsp; &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99385?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 06:35:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f4703f4-cfeb-4dad-808f-34e1a7a54a29</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!dataSubset(
    data: index(local!matches.data, &amp;quot;name&amp;quot;, {}),
    identifiers: index( local!matches, &amp;quot;identifiers&amp;quot;,{})
  )&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is very simple. The data attribute is what you see and the identifiers is the stored value. And, you can put anything you like into identifiers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99384?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 06:23:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0de7f96d-11c1-46dc-9d8c-fd394a91cec4</guid><dc:creator>shrikanthn0001</dc:creator><description>&lt;p&gt;It is populating the data&amp;nbsp; id and name.&amp;nbsp; Question is&amp;nbsp; &amp;nbsp;1 )how to populate only name . 2) how to save name value&amp;nbsp; ?&amp;nbsp; right now it is saving id.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99381?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 06:20:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cffd0c3a-118a-42a6-a963-66af65a2b534</guid><dc:creator>shrikanthn0001</dc:creator><description>&lt;p&gt;Iindex(rule!CP_AAACUSTOMER(filter :_ ),&amp;quot;name&amp;quot;,{}),&amp;nbsp; and it throws below error&amp;nbsp;&lt;span&gt;The function &amp;#39;suggestfunction&amp;#39; is unavailable.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99380?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 06:19:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:770d06bd-91f7-445f-9c31-840c7e009ca3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;As the documentation describes, the data attribute of the returned datasubset of your suggest function must be a list of strings which will then populate the dropdown.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pickerFieldCustom display value</title><link>https://community.appian.com/thread/99349?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 04:55:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c065726e-4a72-4576-a93c-8955d5e59a17</guid><dc:creator>deepakg681722</dc:creator><description>&lt;p&gt;user index({your rule},&amp;quot;name&amp;quot;,{}) into your suggested function code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>