| Bug ID Number |
BUG-000167097 |
| Submitted | April 29, 2024 |
| Last Modified | June 12, 2025 |
| Applies to | ArcGIS Pro |
| Version found | N/A |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
The fields element of a pop-up recognizes HTML code within its attributes. In this case, phrases within the < and > symbols will be interpreted as code and since they are not valid code nothing is shown in the resultant pop-up.
Refer to this documentation: https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/configure-pop-ups.htm for more information.
Workaround
Use the escape character equivalents instead: < and >.
Steps to Reproduce