Can't get SuperLookup to work as part of an ArrayFilter

I can’t seem to get a SuperLookup function to work as part of an ArrayFilter statement. Various other functions work as expected in the ArrayFilter, so I believe the problem is in the SuperLookup function. Maybe somebody out there can see what I am doing wrong. Below is my code.

ArrayFilter A, A, cr(),
Seq() + Tab() +
Superlookup("", {PropertyList = “Yes” and IDProperty = TabArray(Import(),2)}, {Status})

Where Status, PropertyList, and IDProperty are fields in the database being scanned.