Hello,
I have a feature action that load data from feature in map to widget. I need this feature action available only from feature's pop up. But the isFeatureSupported function is called also when I want to use the Search widget where the feature layer is configured for searching and even when I open the Attribute table.
The feature action should read information from specific feature after select the feature in the map so in Search widget and Attribute table widget the feature action doesn't know needed data and I recive a lot of errors.
It's possible to disable somehow this feature action in this two widgets?