REST service results that use 2 more REST services.
Hi Guys,
Basically I have a REST service that return a JSON array.
For each entry I need to call another REST service and show the result in the same grid.
So, If I don't link the results array to the Grid, works perfect but shows only 1 result.
If I link the results array to the grid, shows all the results but I don't know how to do to call the other services.
I hope you guys understand me.
Thanks
Rodrigo