Hello sometimes when I export and import subflow to my instance it just doesn't work.
I Even connected the Debug node straight to the input of the subflow and nothing is passing to it.
I have tried to delete the subflow and add it once again to the flow - doesn't work
The only workaround is the delete the subflow and create the new one, but that takes some time when i have environment variables.
It's not the first case but I cannot identify what causes this to happen. Also other subflow imported work it's totally random.
[
{
"id": "126a89ab.0cfde6",
"type": "subflow",
"name": "Whatsapp twilio text message (3)",
"info": "This subflow takes:\n\nmsg.to - with whatsapp number,\nmsg.text - message payload",
"category": "",
"in": [
{
"x": 340,
"y": 100,
"wires": [
{
"id": "989ab836.9b4008"
}
]
}
],
"out": [],
"env": [],
"color": "#C7E9C0",
"icon": "font-awesome/fa-cloud-upload"
},
{
"id": "989ab836.9b4008",
"type": "debug",
"z": "126a89ab.0cfde6",
"name": "test",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 530,
"y": 160,
"wires": []
},
{
"id": "762134e9.ffd03c",
"type": "subflow:126a89ab.0cfde6",
"z": "f38e8a4b.28f618",
"name": "Whatsapp Out",
"env": [
{
"name": "twilio_auth_token",
"type": "cred"
}
],
"x": 640,
"y": 2980,
"wires": []
},
{
"id": "b9b726aa.f73b48",
"type": "inject",
"z": "f38e8a4b.28f618",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 400,
"y": 2980,
"wires": [
[
"762134e9.ffd03c"
]
]
}
]
GIF with problem: https://imgur.com/a/UwVWs5t
NODE-RED version: [1.2.6]
The same problem persist on other browsers.