i have an app that looks at two sharepoint lists - a user can select a record from a gallery (list 1) and record multiple progress notes (list 2)
On the primary gallery i have a field in an attempt to show the latest current state of the progress note created:
LookUp('Progress Notes',RefID = ThisItem.ID, 'Current State'.Value)
This returns the first Current state created - is there a way to show the most recent?
thanks