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.
Dave Morris, 3Ci at Southern Company