<?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: get unique rows in lookup table column in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6671#M2894</link>
    <description>&lt;P&gt;can you elaborate on the step to add that contains that formula?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 11:25:47 GMT</pubDate>
    <dc:creator>rm135</dc:creator>
    <dc:date>2024-05-13T11:25:47Z</dc:date>
    <item>
      <title>get unique rows in lookup table column</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6634#M2883</link>
      <description>&lt;P&gt;say I have a lookup table with repeated entries in a particular column&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;property1&lt;/P&gt;&lt;P&gt;property1&lt;/P&gt;&lt;P&gt;property2&lt;/P&gt;&lt;P&gt;property3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how would I query the lookup table to return a list containing the 3 unique entries?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 05:18:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6634#M2883</guid>
      <dc:creator>rm135</dc:creator>
      <dc:date>2024-05-09T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: get unique rows in lookup table column</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6635#M2884</link>
      <description>&lt;P&gt;Use the Lookup Table &amp;gt; Get all Entries action and this will return the entire lookup table.&lt;/P&gt;&lt;P&gt;Then use a Ruby formula to pluck and uniq the output. The structure of the LUT output is an array of objects each with a nested object containing the data, so you have to pluck the entry key, and then pluck the column with your property value. The result is an array on which you can call the uniq method to remove dupes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;[entries].pluck('entry').pluck('col1').uniq&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 05:54:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6635#M2884</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-05-09T05:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: get unique rows in lookup table column</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6638#M2886</link>
      <description>&lt;P&gt;Here is one more way to achieve this usecase. We can create variables and make a list. Then we can perform a query through SQL collection by workato. Through this solution, no need to perform iteration(for loop). Below is the recipe link, please go through it. Hope this will be helpful for you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://app.workato.com/recipes/47270819?st=48063075644985a1b4f82d3b287521ea3bf071c36ad1974f726553dcbb891659" target="_blank"&gt;https://app.workato.com/recipes/47270819?st=48063075644985a1b4f82d3b287521ea3bf071c36ad1974f726553dcbb891659&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 06:08:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6638#M2886</guid>
      <dc:creator>bharitha-jinka</dc:creator>
      <dc:date>2024-05-10T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: get unique rows in lookup table column</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6671#M2894</link>
      <description>&lt;P&gt;can you elaborate on the step to add that contains that formula?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 11:25:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-unique-rows-in-lookup-table-column/m-p/6671#M2894</guid>
      <dc:creator>rm135</dc:creator>
      <dc:date>2024-05-13T11:25:47Z</dc:date>
    </item>
  </channel>
</rss>

