Hi,
I have some trouble with the Filter function. I have two SharePoint lists. One called General Info which contains general employee infos with a column called EID - DataField = ye5n. The other list called HR which includes assigned tasks for HR department to complete with a column called Employee ID. For each employee, there are multiple tasks. I'm trying to create a filter for tasks based on employee. This is the formula I'm trying to use. There is no error but nothing shows up.
Filter(HR, BrowseGallery1.Selected.ye5n = Employee_x0020_ID)
I really appreciate if someone could help me solve the problem.
Thank you.