I need to change the url of ui_template in the dasboard of node-red. If I write something like:
<iframe src="https://online.wonderware.eu/s/l5kctp/Explore/Analysis/loquesea/Embed"></iframe>
If I try to send the url using the msg.payload y can see:

I tried to get the payload with the next code:
<iframe src={{msg.payload}}></iframe>
And the payload is:
msg.payload="https://online.wonderware.eu/s/l5kctp/Explore/Analysis/loquesea/Embed";
I tried a lot of sintaxis to read the payload but I can not read it correctly.
Do you know How Can I read the payload and change the ui_template url?
Thanks

