<?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: How do i perform a formula on a list input? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/9813#M3993</link>
    <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10552"&gt;@jarh15&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as i know, list input fields don't support formula mode functionality.&lt;/P&gt;&lt;P&gt;Since you're querying the same sheet with different values, I assume you're working with consistent column structures.&lt;BR /&gt;&lt;BR /&gt;I would use below two approach ( if columns are same )&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using Collections:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Collections support formula mode&lt;/LI&gt;&lt;LI&gt;You can check for data existence using expressions&lt;/LI&gt;&lt;LI&gt;Query data from collection. Use Query output in your slack action.&lt;/LI&gt;&lt;LI&gt;Drawback: Requires 2 additional tasks in your flow&lt;BR /&gt;&lt;BR /&gt;2. Python Connector Approach:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Create a custom Python script to handle the logic.&lt;/LI&gt;&lt;LI&gt;Performs all necessary checks internally&lt;/LI&gt;&lt;LI&gt;Returns a consolidated output list&lt;/LI&gt;&lt;LI&gt;Drawback: Requires basic Python knowledge&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Please share if you discover an even better solution, as this is a common scenario many of us encounter.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 08:03:02 GMT</pubDate>
    <dc:creator>1dheeraj2</dc:creator>
    <dc:date>2025-05-08T08:03:02Z</dc:date>
    <item>
      <title>How do i perform a formula on a list input?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/9810#M3992</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-05-07 at 9.54.00 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2039i770CF93B46108C0E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-05-07 at 9.54.00 PM.png" alt="Screenshot 2025-05-07 at 9.54.00 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-05-07 at 9.53.54 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2040i4F64A4C3103C1B1A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-05-07 at 9.53.54 PM.png" alt="Screenshot 2025-05-07 at 9.53.54 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to see if a list is present and if it's not, then use another list. I'm using this in a list input step for a modal. I would use a formula but there is no button for formula mode on list input.  See screenshots&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 04:56:26 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/9810#M3992</guid>
      <dc:creator>jarh15</dc:creator>
      <dc:date>2025-05-08T04:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do i perform a formula on a list input?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/9813#M3993</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10552"&gt;@jarh15&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as i know, list input fields don't support formula mode functionality.&lt;/P&gt;&lt;P&gt;Since you're querying the same sheet with different values, I assume you're working with consistent column structures.&lt;BR /&gt;&lt;BR /&gt;I would use below two approach ( if columns are same )&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using Collections:&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;Collections support formula mode&lt;/LI&gt;&lt;LI&gt;You can check for data existence using expressions&lt;/LI&gt;&lt;LI&gt;Query data from collection. Use Query output in your slack action.&lt;/LI&gt;&lt;LI&gt;Drawback: Requires 2 additional tasks in your flow&lt;BR /&gt;&lt;BR /&gt;2. Python Connector Approach:&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;Create a custom Python script to handle the logic.&lt;/LI&gt;&lt;LI&gt;Performs all necessary checks internally&lt;/LI&gt;&lt;LI&gt;Returns a consolidated output list&lt;/LI&gt;&lt;LI&gt;Drawback: Requires basic Python knowledge&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Please share if you discover an even better solution, as this is a common scenario many of us encounter.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 08:03:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/9813#M3993</guid>
      <dc:creator>1dheeraj2</dc:creator>
      <dc:date>2025-05-08T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i perform a formula on a list input?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/10573#M4199</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10552"&gt;@jarh15&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;In workato for input list there is no formula mode available. but you can try below options&lt;BR /&gt;1.Before slack step you can add logger step or variable and apply formula mode there if present or not&lt;BR /&gt;2. You can try with query list by workato . It is also best solution but sometimes (we need to use insert rows if required based on condition)&lt;BR /&gt;&lt;BR /&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 13:11:20 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-do-i-perform-a-formula-on-a-list-input/m-p/10573#M4199</guid>
      <dc:creator>Obugari</dc:creator>
      <dc:date>2025-07-31T13:11:20Z</dc:date>
    </item>
  </channel>
</rss>

