Insert a string into a change node string? I am addicted to function nodes, and trying to break the habit. So here is what has to be a bone-headed easy thing to do?
Say I have a message that has payload of 'test' and I have a change node where the set value is 'This is a X' where I want to replace the X with the incoming payload. I tried expression... 'This is a {{msg.payload}}' and I tried 'This is a ${msg.payload}' but did not get to work, what did I miss?