Hello!
I'm using the distinct and filter functions to return rows with the same title as a single row in a gallery. The filter also acts to only return rows that match the current user's email address, and a certain value in the status column.
I'd like to return the 'Status' column value for the same record, and use that as the subtitle in the gallery, but I can't figure out how to do it. My current formula for gallery entries:
Distinct(Filter(TimeEntries,Employee.Email = currentUser.Email And Status.Value = "Saved"),Title)
What formula for my subtitle would return the Status column for the same record? I've tried ThisItem.Status with no joy.
