Adding Image as link to other site in constellation 24.2

It is possible in constellation 24.2 to add image as link to other site in view? Using URL ->display as Image I con only ad Image to the view but not to pair it with some url

@Tomasz Sukiennik

not directly. In Constellation 24.2 a URL field set to Display as image only renders the image; it doesn’t give you a click action. Two easy workarounds: 1) add a Link control next to the image and set its action to Open URL (target new window); keep the view read-only so the image actually renders, and bind the link to the same property as the image. 2) use a Button/Link control with an icon and point the icon to your image asset, then set the action to Open URL—this makes the image behave like a clickable tile. If you truly need the image itself as the only clickable element, create a tiny custom DX component that renders <img…> via the Constellation React SDK. Also check CSP settings if the image or target is an external domain, because blocked sources won’t render or open. Pega docs: URL field config and Link control with Open URL, and the Constellation custom component guide.