<?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>Question relate to custom picker</title><link>https://community.appian.com/discussions/f/general/28875/question-relate-to-custom-picker</link><description>I am using custom picker 
 In that custom picker I am fetch group member from a group 
 
 like this : 
 
 Now i want show user image before his/her name like this : 
 
 Any suggestion for this how can I do it ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113789?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 10:31:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:224d8427-2c66-48b0-ade5-a9b1f151dd17</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Have you tried using the Record picker along with the User record and a filter?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113783?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 09:38:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13a80ae0-37f1-45af-ad80-031cb7245ded</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can either just remove that user on the fly or you can add a validation, which in my view, is a better approach as the user is notified about the issue rather than just deleing something they just entered, leaving them in a confused state.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113781?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 09:19:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0fa870e-653e-4477-b0db-c474061f1b1d</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;It is not possible to apply such filters in User picker.&lt;/p&gt;
&lt;p&gt;But in Custom Picker also you can only have list of text strings as labels and so it&amp;#39;s not possible to display userImage.&lt;/p&gt;
&lt;p&gt;You can potentially prevent the user to select himself by playing with saveInto of User picker, but&amp;nbsp;there is &lt;strong&gt;no way&lt;/strong&gt; to remove him from suggestion list, which is certainly what you&amp;nbsp;want.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!save(
  local!users,
  remove(
    save!value,
    wherecontains(loggedInUser(), save!value)
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113780?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 09:12:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eff26260-266c-48e1-861a-fd7d0a21e731</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/pawanl0001"&gt;Pawan Lalwani&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&amp;nbsp;as far as I am aware you can get that image only if you are using User Picker. But I couldn&amp;#39;t find anything to filter out the existing users name from the list. You will have to do it using custom picker field and using the custome picker field you can use the link and show a profile when you hover on it. You need to configure the selectedLinks parameter and use the a!userRecordLink().&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/userrecordlink.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Not sure if this is how you want it. But you can try and check it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113778?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 08:22:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e53424de-1298-423e-ba91-3ddf5e62d5dd</guid><dc:creator>Pawan Lalwani</dc:creator><description>&lt;p&gt;Hi Sanchit&lt;br /&gt;&lt;br /&gt;I am fetching member of groups from a group.&lt;br /&gt;&lt;br /&gt;Then i am putting a condition that If logged in user is part of group then the name of logged in user should not be visible in custom picker.&lt;br /&gt;&lt;br /&gt;Can you tell how can i do this in user picker ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question relate to custom picker</title><link>https://community.appian.com/thread/113776?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2023 08:08:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:233bbc99-e5c2-4cdc-bfb5-fcfcbac2b4bc</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Why not just use User picker for this and&amp;nbsp;apply group filter?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>