I'm trying to perform a selection from an attribute query, center the map and apply a symbol to the selection. I know I'm selecting the correct point feature, the map centers on it, but I'm not sure how to change the symbol of that selected feature.
I'm applying the query on a feature layer in the source webmap.
e.target.id is just sending the value for the where of the query.
reply_click: function (e) {
console.log(e.target.id)
this.map.itemInfo.itemData.operationalLayers.forEach(layer => {
if (layer.layerObject) {
if (layer.title === "Water Use Application Facilities") {