Hey! I’m just so confused trying to access nested Collection/Array data. I’ve been looking up all the posts on here to try to figure it out but I just can’t work it out for my use case. I’m looking to iterate through the 7 items at the bottom of this nested structure. Could someone please provide the combination of map/toArray that I need to use to access this nested list? Thank you!
Hi,
Put an Iterator after the module which returns the result, and as the source of the iterator put the shareholding_data array. You will be able to iterate on each item.
Regards.