<?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 access data after using the JSON to Collection action in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92778#M42488</link>
    <description>Hello,Â&amp;nbsp;

I collected a json file into collection using json vbo, what i have inside the collection now is "Row 1 of 3" and when i click on it it unfolds intoÂ&amp;nbsp;three lines:

Row 1 of 1
Row 1 of 1
Row 1 of 1

Â&amp;nbsp;

could anyone guide through how IÂ&amp;nbsp;access the data in the collection after using the JSON to Collection action.Â&amp;nbsp;

BR

Â&amp;nbsp;

ZahibÂ&amp;nbsp;</description>
    <pubDate>Wed, 22 May 2019 15:44:00 GMT</pubDate>
    <dc:creator>ZahibSidiq</dc:creator>
    <dc:date>2019-05-22T15:44:00Z</dc:date>
    <item>
      <title>access data after using the JSON to Collection action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92778#M42488</link>
      <description>Hello,Â&amp;nbsp;

I collected a json file into collection using json vbo, what i have inside the collection now is "Row 1 of 3" and when i click on it it unfolds intoÂ&amp;nbsp;three lines:

Row 1 of 1
Row 1 of 1
Row 1 of 1

Â&amp;nbsp;

could anyone guide through how IÂ&amp;nbsp;access the data in the collection after using the JSON to Collection action.Â&amp;nbsp;

BR

Â&amp;nbsp;

ZahibÂ&amp;nbsp;</description>
      <pubDate>Wed, 22 May 2019 15:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92778#M42488</guid>
      <dc:creator>ZahibSidiq</dc:creator>
      <dc:date>2019-05-22T15:44:00Z</dc:date>
    </item>
    <item>
      <title>The JSON VBO assumes youâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92779#M42489</link>
      <description>The JSON VBO assumes you have the JSON data in a Text Data Item in BP already. So, first use some method to get the text into a text data item (perhaps using the in-built function in a Calculation stage 'LoadTextFile(Filename)' or using the VBO 'Utility - File Management'). Then use that text data item as input to one of the JSON to Collection actions in the JSON VBO.</description>
      <pubDate>Wed, 22 May 2019 16:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92779#M42489</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-05-22T16:28:00Z</dc:date>
    </item>
    <item>
      <title>Thank you David. I found outâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92780#M42490</link>
      <description>Thank you David. I found out of it a few moments ago, but now i am facing a new issue (edited the original post).Â&amp;nbsp;Any tips?Â&amp;nbsp;</description>
      <pubDate>Wed, 22 May 2019 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92780#M42490</guid>
      <dc:creator>ZahibSidiq</dc:creator>
      <dc:date>2019-05-22T16:32:00Z</dc:date>
    </item>
    <item>
      <title>If the structure of the JSONâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92781#M42491</link>
      <description>If the structure of the JSON is static, then you can sort of unpack it by setting up a series of stages that take the nested collections out and put them into their own top-level collections.
1. Convert JSON to Collection
2. Use a Calc stage with the expression of '[MainCollection.SubCollection]' and store the result into [AnotherCollection].
3. Then use the value of the resulting collection like '[AnotherCollection.Field1]'
You're supposed to be able to reference it like this: [MainCollection.SubCollection.Field1]
but I haven't found that to work as I would expect. That's why I always take the subcollections out before working with them. However, I'd suggest you try both methods and see what works, based on your Blue Prism version.</description>
      <pubDate>Wed, 22 May 2019 16:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92781#M42491</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-05-22T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Thank you one again, givingâ€¦</title>
      <link>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92782#M42492</link>
      <description>Thank you one again, giving it a try now :)Â&amp;nbsp;</description>
      <pubDate>Wed, 22 May 2019 16:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/access-data-after-using-the-JSON-to-Collection-action/m-p/92782#M42492</guid>
      <dc:creator>ZahibSidiq</dc:creator>
      <dc:date>2019-05-22T16:46:00Z</dc:date>
    </item>
  </channel>
</rss>

