this is the sample I am working on https://codepen.io/segev-salman/pen/xxxjpaX?editors=1000
this demo finds a feature by input id creates a new layer with only that feature and zooms in on it.
i want to add a popup with the features details(i want them all but I am using 2 for the demo). when creating the feature set I am using outFields = ["*"] to get all the fields for use in the popup but I am failing on the part of inserting them into the layer and maybe to the popup graphic.