Hi,
I have a gallery with multiple entries for each person in the gallery, so I set the Items property for the gallery to:
Distinct(Employees, Title)
Where Employees is the name of the SharePoint list I'm connected to and Title is the name of the column with the employee names. There are multiple entries in the list for each employee.
I want to create a label that shows the value for a selected employee, filtering for a particular value out of all the multiple records for that employee.
So the label should check for:
What employee has been selected in the gallery.
Out of the multiple records for that employee, look at column named 'Test' and find where the value is Test B.
In that row, show me what is in the 'Status' column.
Does that make sense?

Report
All responses (
Answers (