I have an arcade expression on a layer in map viewer (enterprise 11.1) that pulls info from a related table to populate a pop up. One field is a website url (f.website). In the pop-up the url is plain text/not clickable. Anyone know where I'm going awry? Thanks.
Expression-based URLs don't work in a popup unless you use an Arcade popup element and surround it with the appropriate <a href> … </a> tags.