I figured out that part of it. My issue is that once the div is repated over the first api call, how do it dynamically pass values to the same div from other api calls. i.e. the api call that the repeat is based on outputs an array like user1, user2. And another api call returns another array like user1 total items(= 3 after using Size fx), user2 total items (= 1). Now i want 3 and 1 to be in the repeated div that belongs to user 1 and user 2 respectivly.