Hi I am vinay,

Here I have written "hello world" program in python file and I have placed python file path in "exec node". From that node I want to fetch python script output into "template" node.
I have used {{msg.payload}} but it is not getting
Hi I am vinay,

Here I have written "hello world" program in python file and I have placed python file path in "exec node". From that node I want to fetch python script output into "template" node.
I have used {{msg.payload}} but it is not getting
Just {{payload}} should work!
Looks like you are missing a closing bracket there!
missing quotes around the text (the bracket is there on the next line)
should be console.log("hello world")