<?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: Lookup Table search entries. Use formula Mode in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2813#M1286</link>
    <description>&lt;P&gt;Pull in the contents of the lookup table to a list and add that to a collection.  Then you can execute SQL and and limit results based on your desired date field comparisons.&lt;/P&gt;</description>
    <pubDate>Sat, 30 Apr 2022 23:20:57 GMT</pubDate>
    <dc:creator>david-macintosh</dc:creator>
    <dc:date>2022-04-30T23:20:57Z</dc:date>
    <item>
      <title>Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2810#M1283</link>
      <description>&lt;P&gt;Hello Automation Pros,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I've created a lookup table with column timestamp (assigning now()).&lt;/P&gt;&lt;P&gt;However I would like to retrieve all entries with a specific date, let's say today(DD-MM/YYYY) and not the entire timestamp.&lt;/P&gt;&lt;P&gt;I've try using lookup("Employee Failed Audit Lookup Table - DEV","Timestamp":)&lt;/P&gt;&lt;P&gt;but I don't seem to know how to truncate timestamp/change format in the column itself.&lt;/P&gt;&lt;P&gt;I don't want to create a separate column just for storing the current date due to the 10 column lookup table restrictions and endup with 2 columns. one for timestamp and another just for date.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If I search directly in the Lookup table just providing the date it works but not when using search entries.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 06:40:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2810#M1283</guid>
      <dc:creator>bcastro</dc:creator>
      <dc:date>2022-04-30T06:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2811#M1284</link>
      <description>&lt;DIV class="WordSection1"&gt;
&lt;P class="MsoNormal"&gt;Store the timestamp in a fixed format without the time zones and hrs/min/secs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;pull all records, and do a .where( ) function to isolate the date on a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;




&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 Apr 2022 06:56:33 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2811#M1284</guid>
      <dc:creator>bpay</dc:creator>
      <dc:date>2022-04-30T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2812#M1285</link>
      <description>&lt;P&gt;I am not sure of your use-case, but for best performance and scalability, store date and other columns that you want to search/lookup your data in a separate column and all the metadata in a JSON or XML object under a data column.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Eg: If you currenctly have say 8 columns and you only want to search using 3 columns, then create a lookup table with 3 columns for each of the searchable datapoints and add the remaining columns to a JSON/XML object and store it in the 4th column. This will mitigate the risk of future updates and will assist with easy lookup logic.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 16:08:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2812#M1285</guid>
      <dc:creator>prerak-rustagi</dc:creator>
      <dc:date>2022-04-30T16:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2813#M1286</link>
      <description>&lt;P&gt;Pull in the contents of the lookup table to a list and add that to a collection.  Then you can execute SQL and and limit results based on your desired date field comparisons.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 23:20:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2813#M1286</guid>
      <dc:creator>david-macintosh</dc:creator>
      <dc:date>2022-04-30T23:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2814#M1287</link>
      <description>&lt;P&gt;For the most part, I advise my team to use 9 columns max for a look up table, and use the last column as "Processed" flag, if the lookup table stores list of records to be processed.&lt;BR /&gt;&lt;BR /&gt;As for the data format of look up tables, I don't think you can set the format and everything is stored as plain text. I look up for all entries where Processed is untrue, then use Ruby formula to convert the date column to date or datetime format.&lt;BR /&gt;&lt;BR /&gt;Certainly open to suggestions and recommendations for handling this challenge. &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 08:03:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2814#M1287</guid>
      <dc:creator>lee-jaemin</dc:creator>
      <dc:date>2022-05-02T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2815#M1288</link>
      <description>&lt;P&gt;Try using this formula&lt;/P&gt;&lt;P&gt; lookup("Employee Failed Audit Lookup Table - DEV","Timestamp":(datapill.strftime("%m/%d/%Y")))[Column_name]&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Syntax:lookup("TABLE_NAME", "REFERENCE_COLUMN": datapill)["LOOKUP_COLUMN"]&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 19:35:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2815#M1288</guid>
      <dc:creator>susrith-kalluri</dc:creator>
      <dc:date>2022-05-02T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table search entries. Use formula Mode</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2816#M1289</link>
      <description>&lt;P&gt;thank you all for your responses!! . I actually opened a ticket service with Workato regarding the lookup function. I am passing datapill.strftime("%m/%d/%Y") but it is not filtering the values and instead returning all entries. For now  as suggested  I am storing the timestamp without timezone and pulling all records and then storing them  on a collection and doing SQL.  &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 21:32:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/lookup-table-search-entries-use-formula-mode/m-p/2816#M1289</guid>
      <dc:creator>bcastro</dc:creator>
      <dc:date>2022-05-02T21:32:52Z</dc:date>
    </item>
  </channel>
</rss>

