Richtext - clickable text

Hello @IlliciteS ,
I’m sharing this post, which seems to explain a way to make it work correctly.

I’m also including a workaround that, while not considered best practice, can still be useful.
It involves using a Button, but setting the Alpha to 0 for the Normal, Hovered, and Pressed states, so it doesn’t visually look like a button at all.

Then, in the OnClicked event, you simply call Launch URL to open the link.

Hope it helps!