I need help. I'm trying to retrieve the value of an attribute (Lets all it "name") of selected features of a Featuretable. I tried many things, but all seem to end up not working, so I wondered if someone here has a suggestion.
So just to be clear. I want:
1. Make a selection in the table.
2. Retrieve an attribute (name).
3. Use Name to make a selection in a FeatureLayer
I got the part of featureTable.highlightIds.on("change", (event) => {}
But the next part I have no clue how to do.
Any suggestion would be amazing. Thank you in advance.