<?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>Array of items</title><link>https://community.appian.com/discussions/f/new-to-appian/26863/array-of-items</link><description>Hi, I have an array like this wherecontains(2,{1,25,32,4}) 
 I want to get 25 and 32 out from this. I will just pass 2 to this array as search parameter.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Array of items</title><link>https://community.appian.com/thread/105478?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 11:32:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d3e814f-bc91-4669-bcd0-9e9508bf2273</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.4/Expressions.html#text-concatenation"&gt;https://docs.appian.com/suite/help/22.4/Expressions.html#text-concatenation&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of items</title><link>https://community.appian.com/thread/105476?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 11:28:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b90309d0-dc07-45f6-b473-00aeb966a5a1</guid><dc:creator>ak0642</dc:creator><description>&lt;p&gt;Thank you, in case if this 2 is rule input or another local variable?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Array of items</title><link>https://community.appian.com/thread/105474?ContentTypeID=1</link><pubDate>Tue, 13 Dec 2022 11:24:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7e2372a-ee2c-4e07-8824-35de066a8dd9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!values: {1,25,32,4},
  index(
    local!values,
    where(like(local!values, &amp;quot;*2*&amp;quot;))
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>