Node-RED 4.02
Node v20.15.1
I'm very excited about the "Customising config nodes in Subflows" feature that was added in version 4.0, but it seems I've run into a problem.
In the subflow, I can't use the second environment config nodes to save. This problem is very reproducible.
[
{
"id": "e54169906b92fd0f",
"type": "subflow",
"name": "Subflow 3",
"info": "",
"category": "",
"in": [],
"out": [],
"env": [
{
"name": "one",
"type": "mqtt-broker",
"value": "",
"ui": {
"type": "conf-types"
}
},
{
"name": "tow",
"type": "mqtt-broker",
"value": "",
"ui": {
"type": "conf-types"
}
}
],
"meta": {},
"color": "#DDAA99"
},
{
"id": "4a7c38167d88f367",
"type": "mqtt out",
"z": "e54169906b92fd0f",
"name": "",
"topic": "",
"qos": "",
"retain": "",
"respTopic": "",
"contentType": "",
"userProps": "",
"correl": "",
"expiry": "",
"broker": "${one}",
"x": 130,
"y": 120,
"wires": []
}
]