Hi
@RohanGoswami1,
What is the issue you're encountering with the
Utility - JSON VBO? If you use the either the
JSON to Collection action or the
JSON to Collection (Skipping Array) action, they will convert the raw JSON string to a Blue Prism Collection. You can then iterate that Collection.
Here's an example of how I would access the
member_number value as a data item if my Collection was generated using
JSON to Collection:
[Result.Data.JSON:Array.jsonData.member_number]And here's how I would access it if I had used the
JSON to Collection (Skipping Array) action:
[Result.Data.jsonData.member_number]Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------