Many "items" in <Each>?

Sry for my bad english. I get from 'fetch()-request JSON data, like as ‘{response : [ {item: “item”, source: “source”}, {item: “item2”, source: “source2”} ] }’ And one similar. I create var data = Observable() and add in cycle data.add(responseObject.respons[i]) Next i use ‘Each Items="{data}"’ and it work with item and source, but i can’t use second JSON object from the another ‘fetch()’-request

Hi, could you please share a full example of what you’re trying to achieve? Without seeing the rest of your code, it’s a bit hard to help.

The problem is solved by adding <Select Items="{items}">

Glad to hear you got it to work! :slight_smile: