ArcGIS Pro currently documents the dynamic text tag: "<dyn type="page" property="expression"/>"
as a way to display the Display Expression from the map series index layer. However, this functionality does not work in layouts—it only works in pop-ups and attribute tables.
This is a critical limitation because Display Expressions allow users to combine multiple fields and text using Arcade, which is essential for creating meaningful, dynamic page titles and labels in map series exports.
Why this matters:
- Reduces redundant workflows (no need to precompute fields for formatted text).
- Aligns with the documented behavior and user expectations.
- Improves flexibility for dynamic text in layouts, especially for complex map series.
Requested Enhancement:
Fully implement <dyn type="page" property="expression"/> so that it evaluates the Display Expression for the current page’s feature in map series layouts. This should support Arcade expressions and formatting as configured in the layer’s Display Expression settings.