Page 1 of 1

Retrieve most recent created row entry in a collection?

Posted: Sat Jan 18, 2014 12:02 am
by Lau

Hi,

What is the best way to retrieve the most recently created row entry in a collection?

I am not sure how to specify such with the query service.


Retrieve most recent created row entry in a collection?

Posted: Sat Jan 18, 2014 12:11 am
by maxkatz

You can try this. Sort the list by date, then use 'limit' to get just one record (the most recent one).