I have form.
The 'Requestor's Name' and 'Requestor's Email' are coming in from the active directory.
The form is connected to an SPList. On that list includes the name of each Requestor's supervisor and the supervisor's email.
I'd like to default that data into the matching form fields. I can't get the filter straight.
I tried the following, it didn't work. DataCardValue4.Text, is the 'Requestor's Name' field in the form.
Filter('EmployeeList', EmployeeName = DataCardValue4.Text,SupervisorName)
