Hi,
I have an app that needs to display in a text label the last item from a collection so i can then reuse that item to show what the next item should be for e.g.
My data is like this
| Created | BoxID | Some Other Column |
1/1/2000 | Bx00001 | zzz |
| 1/1/2001 | Bx00002 | 233 |
| 1/1/2002 | Bx00003 | 42343 |
I cannot figure out how to sort the collection by the created date and display the text value in a label, do i need to put it in a gallery or a datatable first?
I dont right? i can just ClearCollect and Sort and filter and Lookup? if someone could help that would be great.
For example i want the item Bx00003 in a text label.