<?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: Unable to see formula mode in Add items to List Batch Action in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11060#M4322</link>
    <description>&lt;P&gt;I totally understand your situation, Workato won't allow you to define the formula mode for the list data pill. So, I will suggest you create one list on the above step and then you can use the Repeat action based on the requirement.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 04:21:12 GMT</pubDate>
    <dc:creator>harish_t_reddy</dc:creator>
    <dc:date>2025-10-21T04:21:12Z</dc:date>
    <item>
      <title>Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11041#M4314</link>
      <description>&lt;P&gt;I have a usecase where i need to call a rest service get response which contains repeating element node so i am capturing the response in Add items to List (Batch) Action . While adding the source list in Add Item to list one of the repeating element i want to put a condition if source repeating element size is zero loop should not happen . how to do this . Currently issue am getting is if source&amp;nbsp;element node size is zero then in&amp;nbsp;Add items to List (Batch) Action the output of the element is coming [] . Screenshot attached . Basially i dont need the elment itself instead of elment coming as []&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="looping.png" style="width: 541px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2352i737BBC5A159577A2/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="looping.png" alt="looping.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="loopingoutput.png" style="width: 443px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2353iB9F8795C1D461D68/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="loopingoutput.png" alt="loopingoutput.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 03:33:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11041#M4314</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-10-17T03:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11043#M4315</link>
      <description>&lt;P&gt;I'm not totally sure I understand the situation, but there's no way to use formula mode on a list items. Workato simply doesn't allow it.&lt;/P&gt;&lt;P&gt;If you want to avoid the loop on the root array, you can use a conditional before have to test if the list size is zero.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to do this on a nested array within the root array, you can't do it formulaically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are ways to do this without using formulas, but I would need more information and examples to understand the situation and offer a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 03:41:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11043#M4315</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-10-17T03:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11044#M4316</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;try once with PARSE JSON by passing complete API response into PARSE JSON step, where you can extract each field as a data pill and you can easily check the condition, hope it will be helpful.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 06:21:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11044#M4316</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-10-17T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11050#M4319</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I still don't get why you are using add items to list if the response is of repeating items like list of objects or something, since the response schema is consistent, you can define the response schema in the http step itself&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2025 14:35:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11050#M4319</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-10-18T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11060#M4322</link>
      <description>&lt;P&gt;I totally understand your situation, Workato won't allow you to define the formula mode for the list data pill. So, I will suggest you create one list on the above step and then you can use the Repeat action based on the requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 04:21:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11060#M4322</guid>
      <dc:creator>harish_t_reddy</dc:creator>
      <dc:date>2025-10-21T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see formula mode in Add items to List Batch Action</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11147#M4350</link>
      <description>&lt;P&gt;Thank you all for your Response i created Response as text/plain so using string formula gsub able to remove [] . The caller system accepts text/plain and converts to application/json to the source .&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 12:36:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/unable-to-see-formula-mode-in-add-items-to-list-batch-action/m-p/11147#M4350</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-03T12:36:07Z</dc:date>
    </item>
  </channel>
</rss>

