Let’s say that I have 5 rows, each includes a field called “time” which is a date.
Among those, I want to select the row that’s the earliest (so that I can make changes to it or take an action like email the user in the row)
Is that possible? If yes, how?