Create a Hyperlink from payload on Dashboard

Hey,

I do like to create a hyperlink on my dashboard which gets its URL with the payload. So far so good. The payload construction works. I get a string that looks like "https://example.com/K.5?=456465" which is good. But how do I make this hyperlink on the best or easiest way?

Thanks in advance

One way would be to send it to the Dashboard Template node wrapped in the appropriate HTML.

Ah, yes. Angular will treat variables inside double braces as text. Use triple braces instead.

Thank you.
The result ends up in this :

nr