This document contains PowerApps code that filters a Projects table based on the current user's email and a text search, then sorts the results by City in either ascending or descending order depending on a SortDescending1 variable. It first filters and sorts using the current user email directly from the Office365Users.MyProfile function, then assigns that email to a variable currentUserEmail and uses that for the second filtering and sorting.