I'm looking for some advice. I have two SharePoint lists: Employees and WeeklyReports.
I want an employee to choose their name (ComboBox1) and then be able to see all the reports they have submitted. The gallery would only show dates from the ReportDate column from WeeklyReports sharepoint list. (ReportDate is date and time column; default day set to "today")
In Employees list, I have a text column named "TeamMember."
In my WeeklyReports I have a lookup field that gets the TeamMember column from Employees sharepoint list.
Everything is working great except when I try to filter data in a new gallery. I have a Combobox1 with Items=Sort('Employees',TeamMember). Works great - I can see all the employees.
On gallery - Items=Filter('WeeklyUpdates',ComboBox1.Selected.Name). There are no errors. However, no information is being populated.
I hope all this makes sense. Thank you!!