Skip to main content

Records sorting

  • March 2, 2023
  • 2 replies
  • 40 views

Forum|alt.badge.img+3

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 !

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • March 2, 2023

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.


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • March 3, 2023

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.


Yes I am using Web api, but is there any way without insisting the user to create a "Created Time" field?
Thanks!