Hello,
I'm trying to create an attribute in a popup (map viewer) using an expression that combines an attribute value + URL. I want the user to see the value and be able to click on a link to an external service with more details, if he so desires.
Map viewer conveniently converts all "https://" URLs into "View":

But not with the concatenate function?
Example: Concatenate($feature["BFS_EGID"]," ","https://map.geo.admin.ch/")
Results in:

I want:
1026838 View
Is that even possible?