Single Value --- Greatest and Smallest

I have a use case where it would be helpful to pull in the smallest value or the greatest value as a Single Value.

It’s hard for me to explain the use case, but basically, a user can submit a time value and should only be able to submit larger time values in the future. If they submit two times and the 2nd time is less than the 1st, pulling in the “Last” single value gives me the smaller time instead of the larger one… so it messes up the logic.

Would a rollup with min or max work?

1 Like

So simple, so right. Thanks again.

1 Like