Is there a trick to using the Within function when referencing a layer in a multi-layer feature layer? I used a simple Within function to add the intersecting parcel PIN number to an address point's pop-up, but when I try to get its zoning, here's what happens:

If I comment out the Within function and just tell it to return all zoning data, it works:

The difference between my parcel feature layer and my zoning feature layer is that the zoning layer has three layers in it:

The FeatureSetByName function doesn't seem to care that it's in a group, but maybe Within does?
I did try adding the Lawrence Zoning District sublayer by itself to the map, but I got the same results.
