Hello,
My users will make a database input and I would like to display it back to them. Everything works, however I would like to display results based on time submitted (latest submission first). Please let me know how to do it.
Thanks.
Hello,
My users will make a database input and I would like to display it back to them. Everything works, however I would like to display results based on time submitted (latest submission first). Please let me know how to do it.
Thanks.
Hello Konstantin,
Please look at this link:
https://devcenter.appery.io/documenta...
You should use parameter "sort" with value "-_createdAt".
Perfect! It worked. Thank you.