I'm trying to upload a file to azure blob and wanting to name the blob based on a msg payload. I tried the below but the blob name ends up being {{{title}}}. How do I use a msg payload to fill out a property in a node?
I also tried the 3 curly brackets method with the write file node, but it creates the file as {{{title}}} instead of whatever is msg.title Imgur: The magic of the Internet