Choosing the earliest time as a field in a list of rows

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?

Hi @ido1! :slightly_smiling_face:

Yes, it’s possible.

You could sort the times using the dynamic expression “:sorted”

Or by doing a search through the repeating group data source and adding a constraint that sorts it by time.

You could then isolate the first item (earliest time). Let me know if you need a helping hand with this.


Join in fun gamified Bubble Challenges every week: NoCodeCourses.io

Thanks! I’ll try it out!

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