I am trying to create a map series that has 70 different pages in ArcGIS Pro. Each page has its own information in a text box (i.e. the name of the street and times parking is allowed). However, when I edit one, it edits all of them. How do I make each page of the map series customizable with its own information? Each page of the map series includes the map, and 3 text boxes.
Put the text in an attribute field. In the layout go to the Insert Tab -> Text Tab -> Dynamic Text -> Map Series Section: Attribute.
You can do this three times. Or Format Text and just copy and paste and enter the next line with the correct attribute.
<dyn type="page" property="attribute" field="AttributeField_1"/>
<dyn type="page" property="attribute" field="AttributeField_2"/>
Hi Grace,
Here are some links that you may find helpful"
What is dynamic text?—Layouts | Documentation
Add dynamic text—Layouts | Documentation
Use dynamic text with map series—Layouts | Documentation
Modify dynamic text—Layouts | Documentation
Hope this helps,
Tom