Hyperlink on Canvas

If one would like to create a hyperlink on the canvas with embedded image and on hover-over to see a tooltip. The formula which worked for me was:
hyperlink(“https://…”,concatenate(image(“https://”)))

That displays the image on the canvas with hyperlink to a page but also having a tooltip which is the name of this page.

2 Likes