Hi all,
I have one Gallery(ClientDataGallery) connected to a SharePoint list - Client Data
I have another SharePoint list - Client Attendance
Here is what I am trying to achieve: ClientDataGallery shows who should be clocked in today, and as people are clocked in on the Client Attendance list they are hidden from that gallery.
Both lists have a managed metadata column with the same name - Client Name (single selection only - can't add own values)
The ClientDataGallery has a filter that works great.
Filter('Client Data', Day.Value = DayLabel.Text && 'Workshop Attending'.Value = WorkshopDropdown.SelectedText.Value)
I want to add to this so that when people are clocked in on the Client Attendance list today, they do not appear on the ClientDataGallery
Any help would be greatly appreciated!