I'm trying to create a custom popup but I'm having issues with one of my fields that contains a URL. I've tried adding the field to a text popup, but it returns the field value, but the link is broken.
If I pull up the record in ArcGIS Pro and copy the value, I get:
Reserve a site by visiting <strong><a href="https://www.recreation.gov/camping/campgrounds/234288">Recreation.gov</a></strong> or by calling Toll Free 1-877-444-6777 (International 518-885-3639 or TDD 877-833-6777).
If I add the field to a text element of the popup it returns the text with a broken link, but the field in the fields list returns the link with a working link.

I do not have the ability to edit this data, but I'm also open to using an arcade expression to extract just the URL and recreate this for the popup.