My problem is as follows:
I have a ServiceProducts, this service returns me 30 products that match your search:
"brand": "String",
"field": "String",
"category": "String" ...
But that service does not return me pictures of each product, then they say on their web site to retrieve the image that you need to use the id of each of the products, I have no problem retrieving a single image.
What I try is that when a service ends, I call another service to get pictures, but if a test the service just return me a single image, i need know: how can I recover 30 products with 30 images?
For pictures I use another "ServiceImage" but this does not return me an array of images! only return a picture by request, One image by request id.
Using Node.js I have solved a loop, it was easy, but as I do in Appery?
Sorry for my English, but I would appreciate a solution, I have 2 days in this.