I have been playing around with node red for a few days now. And there is something I cannot figure out. So I ask it here.
There exists a "watcher" node (as well as several variants, like "watcher directory" that you can use to watch a directory for changes, and then do something with the files. To configure it you need to set a "Files(s)" property which is just a string.
I do not like to statically code properties this way, as I plan on using this node a few times with the same value, and I like to keep things DRY.
So is there a way to refer to a context variable there in some way? I have been looking for information if I can interpolate variables there, but so far without success.
So is there a way?