Get the latest item from a list?

Hi… I can’t seem to find the answer to quite a simple question.

How do i get the most recently added item from a list?

is it :first item, or is it :last item ?

the documentation is quite vague on how lists are ordered.

Thanks!
Zac

Lists are ordered in the order you say they are ordered in :slight_smile:

So sort on Created Date, either descending or ascending, and will be first or last.

So I tried to sort a field that was a list, and date does not help as the things in the list are not timestamped.

This topic was automatically closed after 70 days. New replies are no longer allowed.