<?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: Filtering a search to 10 customers using condition formula in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6894#M2978</link>
    <description>&lt;P&gt;I will try these options with a fresh mind on Monday. Thank you once again for your help!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 22:06:04 GMT</pubDate>
    <dc:creator>Nesh</dc:creator>
    <dc:date>2024-06-14T22:06:04Z</dc:date>
    <item>
      <title>Filtering a search to 10 customers using condition formula</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6890#M2974</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a recipe where I am pulling invoices from the past 2 years. I want to add a condition where it will only pull records for 10 customers. I have not been very successful in setting up a formula using customer ID's. I have attached a copy of the condition I have currently. Any help is greatly appreciated. Thanks!&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recipeImage.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1359i77786E2487BD0ED2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="recipeImage.png" alt="recipeImage.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 18:43:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6890#M2974</guid>
      <dc:creator>Nesh</dc:creator>
      <dc:date>2024-06-14T18:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a search to 10 customers using condition formula</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6891#M2975</link>
      <description>&lt;P&gt;It's very possible that the other conditions are conflicting with the ID condition, but I won't be able to tell without seeing all of them. You should test the query with only a single condition first to ensure it's working, and then build on additional conditions to ensure it keeps working.&lt;/P&gt;&lt;P&gt;With a single condition, try these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the ID in Epicor is stored as a string, turn off formula mode and use 2112, no quotes&lt;/LI&gt;&lt;LI&gt;If the ID in Epicor is stored as an integer, turn on formula mode and use 2112, no quotes&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Jun 2024 18:49:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6891#M2975</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-06-14T18:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a search to 10 customers using condition formula</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6892#M2976</link>
      <description>&lt;P&gt;Thanks Gary for the response!&lt;BR /&gt;&lt;BR /&gt;So my recipe works when I use one customer ID. However, I want to retrieve data from 10 customers.&amp;nbsp; Do I just enter multiple customer ids and use "," to separate each? Like: 2112, 1234, 456, and so forth? That's where I am struggling.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 21:26:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6892#M2976</guid>
      <dc:creator>Nesh</dc:creator>
      <dc:date>2024-06-14T21:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a search to 10 customers using condition formula</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6893#M2977</link>
      <description>&lt;P&gt;I'm not familiar with the platform and its API so I can't say for sure. Is this Epicor or some middleware?&lt;/P&gt;&lt;P&gt;It might take an array like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[123, 456, 789]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or a string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"123, 456, 789"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or maybe it has built in operators:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"123 OR 456 OR 789"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option would be to query each ID individually and combine them into a single array once you have all the results. It's not very efficient, but it will definitely work based on your testing so far.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 21:44:40 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6893#M2977</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-06-14T21:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a search to 10 customers using condition formula</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6894#M2978</link>
      <description>&lt;P&gt;I will try these options with a fresh mind on Monday. Thank you once again for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 22:06:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/filtering-a-search-to-10-customers-using-condition-formula/m-p/6894#M2978</guid>
      <dc:creator>Nesh</dc:creator>
      <dc:date>2024-06-14T22:06:04Z</dc:date>
    </item>
  </channel>
</rss>

