I am using a collection to display a list in table form where each record is on its own row. How can I number the list so the number is different for each record? Eg if there are 10 results, they will be numbered 1 - 10. Whenever I try to add a text area in the collection that is not bound to dynamic text (eg rank number), it is the same for every item. Is it possible to output the record number/index position dynamically?