Hi,
please do you have any idea, how to get to these data?
The output from Baselinker API is heavily nested collection, simply I need to get two cycles somehow to get both products.(product_id).product_id and products.(product_id).quantity from both products.
Tried almost everything - iterator (doesn’t work since it’s for arrays, not collections, simply iterator doesn’t send the data to the following module), tried also toArray in the iterator, which brought some results, but also not simply accessible by other following modules.
Maybe somehow using map and toArray together? But I always got empty result. Or get?
blueprint (1).json (15.2 KB)
Thank you very much


