Hi!
I want to add pop up text to my feature layer. I would like to have a different pop up for each polygon. Is there anyway of doing this while the polygons are in the same layer or do I need to have a separate layer for each polygon?
Can you go into more detail on how the popup would be different for each polygon?
I’m entering text comments that the citizens have given about different locations. So far the same comment pops up for all features in the same feature class.
If have a field that contains all of those comments, then you should be able to use that field in the pop-up. A pop-up will have the Fields element by default, which shows you all the fields. You can also add a Text element where you can type in a specific field surrounded by curly braces . An example looks like this, with the text "Site ID {SiteID}".