<?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>topic Re: Checking for the presence of an array in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/747#M369</link>
    <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I normally use the "List Size" datapill when I do my conditions, but I set them up very similar to what you posted.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;.present? might help you depending on your desired output.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 03:44:54 GMT</pubDate>
    <dc:creator>rob-lucian</dc:creator>
    <dc:date>2021-04-09T03:44:54Z</dc:date>
    <item>
      <title>Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/745#M367</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So to check for the presence of an array (i.e. that there is at least 1 item in the array), as far as I'm aware you need to do a formula to check the length of it.  i.e.  &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;array.length    (&amp;lt;-formula)&lt;/P&gt;&lt;P&gt;greater than   (&amp;lt;-condition)&lt;/P&gt;&lt;P&gt;0                       (&amp;lt;-value)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Doing just an 'is present' condition doesn't work.  Is there something else simple like this that I'm missing?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;(and Hi - first post on the Community!)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards, David.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:33:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/745#M367</guid>
      <dc:creator>dcornwell</dc:creator>
      <dc:date>2021-04-09T03:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/746#M368</link>
      <description>&lt;P&gt;We can check the size of an array in the 'If condition'.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:41:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/746#M368</guid>
      <dc:creator>ekta-saxena</dc:creator>
      <dc:date>2021-04-09T03:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/747#M369</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I normally use the "List Size" datapill when I do my conditions, but I set them up very similar to what you posted.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;.present? might help you depending on your desired output.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:44:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/747#M369</guid>
      <dc:creator>rob-lucian</dc:creator>
      <dc:date>2021-04-09T03:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/748#M370</link>
      <description>&lt;P&gt;Thanks - I should have elaborated that I'm doing that in an 'if conditon'.  Main question was really whether there is another way other than looking at the list size/length.  Another platform I use can check arrays with an 'exists' condition (equivalent to the 'is present' in Workato).&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:45:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/748#M370</guid>
      <dc:creator>dcornwell</dc:creator>
      <dc:date>2021-04-09T03:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/749#M371</link>
      <description>&lt;P&gt;Ah, OK - thank you Rob  (my previous post was not in reply to yours)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:45:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/749#M371</guid>
      <dc:creator>dcornwell</dc:creator>
      <dc:date>2021-04-09T03:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/750#M372</link>
      <description>&lt;P&gt;No problem! I'm not sure if you've seen this, but there is a section that sort of showcases the .present? formula in an array format&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:48:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/750#M372</guid>
      <dc:creator>rob-lucian</dc:creator>
      <dc:date>2021-04-09T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for the presence of an array</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/751#M373</link>
      <description>&lt;P&gt;https://docs.workato.com/formulas/array-list-formulas.html#present forgot the link&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 03:48:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/checking-for-the-presence-of-an-array/m-p/751#M373</guid>
      <dc:creator>rob-lucian</dc:creator>
      <dc:date>2021-04-09T03:48:47Z</dc:date>
    </item>
  </channel>
</rss>

