I'm trying to create some subflow for my new node .
My problem was, one of my node need a "config" property (a global configuration node) .
Can I use this configuration node in the subflow properties ?
I didn't find how to do, and I need to go in the subflow to configure it manually (and so, the subflow is nearly useless because not always reusable) .
I try to do some search on the forum and documentation about it, but I doesn't find a way to do it for the moment .
Maybe a previous node to setup this in a variables ? (or maybe in a message send to the subflow, and the subflow can store it only for the subflow ? maybe in the flow var ? )
Like creating "specifics nodes" that will convert the config to ID string in message (because it's just an id in the code), and at the start of the subflow, another specific node, that will look at the message, and setup a "flow var" (I'm pretty news with node-red, so I doesn't know what are the scope of the global vars)