Hi all
I recently finished a survey that is to be used on the web and embedded within experience builder.
This survey has two URL's within it, one simple set up as below
<a href="URL">Link to Legal Reference Document to check codes</a>
and then one that pulls a URL from a document based on a chosen field which then allows the user to click the URL
'<a href="${LinkNoteArch}">Link to Legal Reference</a>
which is calculates and pulls from an attached CSV with the text below
pulldata('Legal_Reference_List_C','Link','name',${SelectLegalReferenceArch})
When using on desktop there is no issues with either of these URLs but when published only the second URL has an issue, and equally looks like this

Not quite sure what is causing this or why the "> is appearing either
When this URL is clicked within the web it takes you here as instead of where the URL is pointing out when used within the desktop version
https://survey123.arcgis.com/share/version/v3.17/
Any advice would be appreciated