Is it possible to put dynamic content in a node field without having a function node as an input?
Eg. I have a flow.chartTempFname variable. I would like to insert it in the Filename field. Do I have to use a function node as an input or there's an existing syntax such as $$flow("chartTempFname") to get the context variable?