Announcements
With( { _activerequests: SortByColumns( Filter( 'Users', (Len('ETypeCB'.Selected.Value) = 0 || 'Employee Type'.Value = ETypeCB.Selected.Value) && (Len('LocationCB'.Selected.Name) = 0 || Location.Value = LocationCB.Selected.Name) && (Len(SwitchCB.Selected.Value) = 0 || (SwitchCB.Selected.Value = "My Request" && AdUser.Email = User().Email) || (SwitchCB.Selected.Value = "Boss View" && (Manager.Email = User().Email ))) && (StartsWith( 'First Name', SearchBox.Text ) || StartsWith( 'Last Name', SearchBox.Text ) || StartsWith( Company, SearchBox.Text )) ), "Modified", SortOrder.Descending ) }, SortByColumns( _activerequests, varsortcolumn, varsortdirection ) )
With( { _activerequests: SortByColumns( Filter( 'Users', (Len(ETypeCB.Selected.Value) = 0 || 'Employee Type'.Value = ETypeCB.Selected.Value ) && (Len(LocationCB.Selected.Name) = 0 || Location.Value = LocationCB.Selected.Name ) && ( Len(SwitchCB.Selected.Value) = 0 || SwitchCB.Selected.Value = "All" || ( SwitchCB.Selected.Value = "My Request" && AdUser.Email = User().Email ) || ( SwitchCB.Selected.Value = "Boss View" && Manager.Email = User().Email ) ) && ( StartsWith('First Name', SearchBox.Text) || StartsWith('Last Name', SearchBox.Text) || StartsWith(Company, SearchBox.Text) ) ), "Modified", SortOrder.Descending ) }, SortByColumns( _activerequests, varsortcolumn, varsortdirection ) )
( SwitchCB.Selected.Value = "All" && ( AdUser.Email = User().Email || Manager.Email = User().Email ) )
With( { _activerequests: SortByColumns( Filter( 'Users', (Len('ETypeCB'.Selected.Value) = 0 || 'Employee Type'.Value = ETypeCB.Selected.Value) && (Len('LocationCB'.Selected.Name) = 0 || Location.Value = LocationCB.Selected.Name) && ( (SwitchCB.Selected.Value = "All" && (AdUser.Email = User().Email || Manager.Email = User().Email)) || (SwitchCB.Selected.Value = "My Request" && AdUser.Email = User().Email) || (SwitchCB.Selected.Value = "Boss View" && Manager.Email = User().Email) ) && ( StartsWith('First Name', SearchBox.Text) || StartsWith('Last Name', SearchBox.Text) || StartsWith(Company, SearchBox.Text) ) ), "Modified", SortOrder.Descending ) }, SortByColumns( _activerequests, varsortcolumn, varsortdirection ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 317 Super User 2026 Season 2
WarrenBelz 305 Most Valuable Professional
Mohsin Ali 266