I have a handful of general questions about what happens when a feature action is executed.
I am attempting to do a query returning all features from Layer2 intersecting a selected feature from Layer1.
The feature action gets called from a popup that comes up after selecting a feature from Layer1.
Whenever I attempt to get specific values from the featureSet or featureLayer object I get undefined results, which makes me feel that the widget doesn't get the actual selected feature as an input.
Additionally when I refer to Layer2 via a QuaryTask or a FeatureLayer, I am unable to display any information about Layer2.