Retrieve most recent created row entry in a collection?
Posted: Sat Jan 18, 2014 12:02 am
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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).