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.
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.
You can try this. Sort the list by date, then use 'limit' to get just one record (the most recent one).