Mar 02, 2023 08:00 AM
Hello Airtable community,
Can anyone help me with sorting the list of records based on the created time via api? I would like to to get the order where the recently created record stays on top.
Thanks in advance !
Mar 02, 2023 09:35 AM
Are you using the Web API? Create a "Created time" field in your table. Then in your API call, specify to sort the results based on that field.
Mar 02, 2023 08:50 PM
Yes I am using Web api, but is there any way without insisting the user to create a "Created Time" field?
Thanks!