Solved! Go to Solution.
The pulldata("@layer") function only accepts geopoint geometry for "getValueAt" and "getRecordAt". You should be able to use the search appearance to return of list of the overlapping polygons from a geoshape question and identify in that list the one you want attributes for. Then feed that into the pulldata ("@layer") to get the attributes from a specific feature.
The pulldata("@layer") function only accepts geopoint geometry for "getValueAt" and "getRecordAt". You should be able to use the search appearance to return of list of the overlapping polygons from a geoshape question and identify in that list the one you want attributes for. Then feed that into the pulldata ("@layer") to get the attributes from a specific feature.