How To Get Single Part From Collection Of Items

Former Member
Former Member
I have a collection of items and  I want to retrieve single item from that -- If I write - return item_collection.getItemByIndex(0);                   It is giving whole list of Items rather than the one present at 0. Don't know why is it behaving like this.
Parents Reply Children
No Data