I have a sorted List (descending sort).
In this sorted list I want to find and get the first value using the runtime function Lookup.
Unfortunately
a) this runtime function lookup doesnt care about the sorting of the list
b) and a view can't be used as list source in the runtime function lookup.
Can anybody help?
