Hello everyone,
does anyone know how I can assign a file name with a variable in Node-Red version 0.19.4.
I want to write a file with a dynamic file name that contains the date.
The variable works, I can read it with debug and see it among the variables. For example: g_filename: xyz_2025-04-09.txt
If I enter the variable in the file node, the file is created with the variable name 'g_filename' and not with the generated variable 'xyz_2025-04-09.txt'.
In the newer versions this works without problems. Does anyone know the trick in the old version 0.19.4?
Oh yes .... an update is not an option true to the motto: never touch a running system!!!
Thanks already
Roland