I'm trying to add a URL to a pop up that uses one of the attribute fields as part of the URL. Which I can do with a custom attribute expression using arcade. However, to get it to go to the correct URL I need to include the <a href for the URL, for example, this works:
BUT I need the URL to include the <a> refferer to actually be able to get to the website with the information - this is a security feature of the site to prevent data-scrubbing of our parcels. I would think the syntax for arcade for that would be:
However, I get an error that the '<' is an "unexpected token" - what am I doing wrong here? I know I've gotten it to work in the past, but I changed it and did not save, so I don't have my old work. Anybody see an issue with the syntax? How do I get arcade to recognize the HTML anchor?
I'm not an HTML coder AT ALL, so if I'm referring to things wrong, please let me know!