Lau
Posts: 0
Joined: Tue Jan 14, 2014 5:42 am

Retrieve most recent created row entry in a collection?

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Retrieve most recent created row entry in a collection?

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

Return to “Issues”