<?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 How to loop through Nested collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83409#M34689</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have converted JSON to collection. But I need to loop through nested collection (Content) as it has the main data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please guide how to loop through "content" column of below collection "Output Collection (skipping JArrays)"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18996.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19145iFC5856B3C4A2DACB/image-size/large?v=v2&amp;amp;px=999" role="button" title="18996.png" alt="18996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Jan 2024 09:50:00 GMT</pubDate>
    <dc:creator>kirtish.trivedi</dc:creator>
    <dc:date>2024-01-05T09:50:00Z</dc:date>
    <item>
      <title>How to loop through Nested collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83409#M34689</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have converted JSON to collection. But I need to loop through nested collection (Content) as it has the main data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please guide how to loop through "content" column of below collection "Output Collection (skipping JArrays)"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18996.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19145iFC5856B3C4A2DACB/image-size/large?v=v2&amp;amp;px=999" role="button" title="18996.png" alt="18996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jan 2024 09:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83409#M34689</guid>
      <dc:creator>kirtish.trivedi</dc:creator>
      <dc:date>2024-01-05T09:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to loop through Nested collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83410#M34690</link>
      <description>&lt;P&gt;Hi Kirtish,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;There is an Utility for skipping JArrary in blue prism. Please use this to get the intended collection from the nested collection.&lt;/P&gt;
&lt;P&gt;For this you need to pass the JSON info as input.&lt;/P&gt;
&lt;P&gt;Please let me if that helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="18992.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19146i771C53C807A829FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="18992.png" alt="18992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you are looking to get only the Nested Collection (Content) then assign the Content collection to a new collection by calculation stage(Collection Name.Field&amp;nbsp; Name) and then loop the new collection.&lt;BR /&gt;------------------------------&lt;BR /&gt;Nandhakumar C&lt;BR /&gt;Technology Consultant&lt;BR /&gt;SimplifyNext Pte Ltd&lt;BR /&gt;Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83410#M34690</guid>
      <dc:creator>Nandhakumar</dc:creator>
      <dc:date>2024-01-05T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to loop through Nested collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83411#M34691</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/399"&gt;@Nandhakumar&lt;/a&gt;,&amp;nbsp; this statement helped "&lt;STRONG&gt;&lt;EM&gt;then assign the Content collection to a new collection by calculation stage(Collection Name.Field&amp;nbsp; Name) and then loop the new collection."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2024 10:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-loop-through-Nested-collection/m-p/83411#M34691</guid>
      <dc:creator>kirtish.trivedi</dc:creator>
      <dc:date>2024-01-16T10:18:00Z</dc:date>
    </item>
  </channel>
</rss>

