<?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>using index,wherecontains() need to fetch only rajini details</title><link>https://community.appian.com/discussions/f/general/26480/using-index-wherecontains-need-to-fetch-only-rajini-details</link><description>a!localVariables( local!x:{{name:&amp;quot;rajini&amp;quot;,marks:25},{name:&amp;quot;vamshi&amp;quot;,marks:30},{name:&amp;quot;rajini&amp;quot;,marks:40},{name:&amp;quot;venkatesh&amp;quot;,marks:88}}, /* using index,wherecontains() need to fetch only rajini details*/ )</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: using index,wherecontains() need to fetch only rajini details</title><link>https://community.appian.com/thread/104017?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 04:57:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c8d197d-76fc-48ee-ab5c-7cbc9e77c153</guid><dc:creator>rajanikanthp8790</dc:creator><description>&lt;p&gt;Thank you Rahul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using index,wherecontains() need to fetch only rajini details</title><link>https://community.appian.com/thread/104015?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 03:58:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e46c85f6-19aa-4bf9-9a8c-70fc00083536</guid><dc:creator>raghulkrishna</dc:creator><description>&lt;p&gt;Can try this?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!x: {
    { name: &amp;quot;rajini&amp;quot;, marks: 25 },
    { name: &amp;quot;vamshi&amp;quot;, marks: 30 },
    { name: &amp;quot;rajini&amp;quot;, marks: 40 },
    { name: &amp;quot;venkatesh&amp;quot;, marks: 88 }
  },
  index(
    local!x,
    wherecontains(
      &amp;quot;rajini&amp;quot;,
      touniformstring(local!x.name)
    ),
    {}
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>