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 ) )
SwitchCB.Selected.Value = "Clearance View" && User().Email in Filter( Groups, LookUp( Locations, Location = ThisRecord.Location, 'Provisioning Group'.Value ) = 'Group Name' && 'Group Type'.Value = "Provisioning").'Group Members'.Email
SwitchCB.Selected.Value = "Clearance View" && CountIf( Filter( Groups As G, LookUp( Locations, Location = U.Location, 'Provisioning Group'.Value ) = G.'Group Name' && G.'Group Type'.Value = "Provisioning" && !IsBlank( LookUp( G.'Group Members', Email = User().Email ) ) ), true ) > 0
With( { _userHasClearance: !IsEmpty( Filter( Groups, 'Group Type'.Value = "Provisioning" && 'Group Name' = LookUp( Locations, Location = ThisRecord.Location, 'Provisioning Group'.Value ) && 'Group Members'.Email = User().Email ) ), _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 Badge Request" && AdUser.Email = User().Email) || SwitchCB.Selected.Value = "All" || (SwitchCB.Selected.Value = "My Badge Request" && AdUser.Email = User().Email) || (SwitchCB.Selected.Value = "Manager and Delegate View" && (Manager.Email = User().Email || Delegate.Email = User().Email)) || SwitchCB.Selected.Value = "Provisioning Team" &&_userHasClearance|| (SwitchCB.Selected.Value = "Manager and Delegate View" && (Manager.Email = User().Email || Delegate.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 || Delegate.Email = User().Email || _userHasClearance ) ) || ( SwitchCB.Selected.Value = "My Badge Request" && AdUser.Email = User().Email ) || ( SwitchCB.Selected.Value = "Manager and Delegate View" && (Manager.Email = User().Email || Delegate.Email = User().Email) ) || ( SwitchCB.Selected.Value = "Provisioning Team" && _userHasClearance )
With( { _userHasClearance: !IsEmpty( Filter( Groups, 'Group Type'.Value = "Provisioning" && 'Group Name' = LookUp( Locations, Location = ThisRecord.Location, 'Provisioning Group'.Value ) && 'Group Members'.Email = User().Email ) ), _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 || Delegate.Email = User().Email || _userHasClearance )) || (SwitchCB.Selected.Value = "My Badge Request" && AdUser.Email = User().Email) || (SwitchCB.Selected.Value = "Manager and Delegate View" && (Manager.Email = User().Email || Delegate.Email = User().Email)) || (SwitchCB.Selected.Value = "Provisioning Team" && _userHasClearance) ) && ( 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 = "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( Filter( _activerequests, SwitchCB.Selected.Value = "Clearance View" && User().Email in Filter( Groups, LookUp( Locations, Location = ThisRecord.Location ).'Provisioning Group'.Value = 'Group Name' && 'Group Type'.Value = "Provisioning" ).'Group Members'.Email ), 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