Hello, I am trying to generate clickable links in the ArcGIS Dashboard table for the field called 'MyURL'.
Here is the 'displayText' Arcade expression I am trying to use:
displayText : `<a href = ${$datapoint["MyURL"]} target = "blank"> ${$datapoint["MyURL"]} </a>`,
Unfortunately all links point to the original dasboard site and not to the URL listed in the field.
Does anyone know what the problem is? Thanks!