I am trying to test a comparison for a Delete item flow using a filter array. I don't believe it is working properly, as I am not getting the results I think I should be getting.
My assumption is the array return should only include Jack Frost, Mary Appleton, Merv Gruper, Sammy Hammer - from the Test Data Transfer List, as they don't appear on the MWEmployeeList.
But my results are not showing my assumption, rather all the names from the MWEmployeeList.


Apply to each Value ('Get items' Employee_List body/value)
Filter Array Value ('Get items2' Transfer_List body/value)
FullName (item()?['FullName'] is not equal to FullName items ('Apply to each') ?['Title'] (which is FullName)

