Hi all,
we are using a popup for one of our features with a FieldsContent.
We are using an arcade expression for one of the fields. The expression returns a url calculated with a concatenated string.
It was a positive surprise that the API understands that it is a hyperlink and it creates an anchor element with the text "View" at the popup. The users can click on the anchor element and a new tab opens with the link.
We have a new request from our customer to change the text "View" on the hyperlink to whatever we want.
Is this possible?
We tried to use arcade to return an anchor element correctly structured but with no luck.
Any ideas are welcome!