Hello I am trying to create a javascript implementation of a RESTservice. I want to manipulate the data and map it to list. I use the generic REST service as described here https://getsatisfaction.com/apperyio/...
I want to map each value of "name" to a different list item but it's not working. All the values show up in one list item.
I use the following code: