I successfully managed to filter the browser gallery by logged on user with this community's help using the follow.
SortByColumns(Filter('Training Check List',Office365Users.MyProfile().DisplayName=Officer.DisplayName),"Title",If(SortDescending1,Descending,Ascending))How can I do a conditional format on a "Card" or "Field" to hide it? I have 4 or 5 supervisors that will be creating an item that need access to a certain field, but everyone else should not see it or at the very least make it read only. Is that possible.