I'm trying to configure a hyperlink to launch our property system from ArcGIS Online based off of property ID, it used to work from using the following in the attribute table:
<a href = pathway://xyz/xyz/maintain?enquiry=1&tpklpaprop=104609>Click here </a>
However that now launches another map viewer in the browser, and does not work anymore,
I have tried the following in the arcade element pop-up:
var url = "pathway://xyz/xyz/maintain?enquiry=1&tpklpaprop=" + $feature["Proclaim_Prop_No"];
return {
type : 'text',
text : url
}
However that returns the above value as text and it does not hyperlink, when i copy the above url returned and paste it into a browser it does launch the Pathway Link Processer as expected to launch the program,
I did manage to get it to work via adding a image to the popup and using the expression above, but that does not look great in a pop-up,
Does anyone have suggestions around getting this to work? Without the need to add it in as a image,
Thanks again!
Kind regards
Keiran