Below is a filter I'm using to control what is shown on a form. For most users, I only want records related to their department to show up, but for a few select people (not in a user group), I want to show everything. Give them admin access to the app interface. Can someone suggest the best way to incorporate that requirement into the below filter? They have specific job titles, how would it look to filter for MyProfile.Department or JobTitle= "1" || JobTitle "2" ?? Not sure that's even the best way.
Filter( 'WOMS System',(Gallery3_1.Selected.Value="All" || TaskStatus.Value = Gallery3_1.Selected.Value) && Department.Value=Office365Users.MyProfile().Department),