I have a gallery that is populated by a sharepoint list. I want to filter the list by the info that is in the gallery and the user that logs in to view it. For instance, if the manager of a user views the gallery. I only want the manager to view the info that is for him. Right now I have this SortByColumns(Filter('Review Form', StartsWith(Reviewer_x0020_Name, TextSearchBox1.Text)), "Reviewer_x0020_Name", If(SortDescending1, Descending, Ascending)) which sorts by Reviewer name. If the Reviewer Name matches the Display Name of the logged in user then I only want it to show what is for the Reviewer.. Any help would be greatly appreciated. Thanks.