My application, which is called “Proposal Tracker,” was developed on the basis of a list in SharePoint.
One of the fields is a lookup field, and it provides a drop down from another list that is referred to as “Employees.”
I am attempting to create a filter for this field so that when it is selected, the “active” employees' names are the only ones that are displayed among the employee names that are displayed.
I attempted to enter this information into the DataField of the one data card I'm attempting to filter, but I received an error message.
Filter(Employees,Status.Value = "Active")