In the Layout section of my dashboard, I have added a link that opens in an iframe. Is it possible to make the link dynamic?
My idea has been to somehow use the ui_template node to embed a url in the header and then reference it in the 'Link' field. However, I do not know enough about HTML and Angular to do that.
Ok, I figured out how to do this with a pretty straightforward technique. (To be clear, the solution offered by @smcgann99 is a valid one. However, the issue with that is the iframe does not resize with your browser and is constrained to the widget. The ui_link solution is much more elegant in my opinion.)
What I ended up doing is redirecting urls using the Http in and out nodes to the urls that I want to be dynamic. For example, now if you enter in http://node-red-server:1880/ui/PiSugar, it will redirect you to the url of PiSugar. (I have to give credit to @knolleary from this Stackoverflow post on how to redirect urls using node-red).