Sep 10, 2024 01:09 PM
Hi.
I've a simple contact us form and that form also records date and time of a new entry.
Is there a way for a new record to show up automatically on top of the base as opposed to bottom?
Sep 10, 2024 01:22 PM
Hello,
You can add a "created time" field in your table and then use it to sort the view.
You can also do it with an "aut
Regards
Sep 11, 2024 06:59 AM
Hi @Pascal_Gallais- Thank you for taking time to respond to me.
The "created time" field still results in the new response being added to the bottom of the base. I know I can sort it manually but what I'm looking for is for the response to show up automatically at the top of the base if that makes sense.
Sep 11, 2024 07:09 AM
Hello Marcin,
I do not think that "having a record a the top of the base" makes sense indeed.
This being said, if all your views on this table are sorted against the "created time", then each new record will always be the first line in the view without having to do anything.
Regards,
Pascal