Hi,
In the change node, is it possible to delete a context data using variable rather than static value?
[
{
"id": "cf68980c75bbdff2",
"type": "inject",
"z": "9a41062e6cbfa995",
"name": "Create a flow",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 510,
"y": 1200,
"wires": [
[
"aca3e88d0677b22b"
]
]
},
{
"id": "5e2cbe5acd1dae3f",
"type": "inject",
"z": "9a41062e6cbfa995",
"name": "Delete flow",
"props": [
{
"p": "delete",
"v": "test",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": true,
"onceDelay": 0.1,
"topic": "",
"x": 510,
"y": 1280,
"wires": [
[
"8ed33e521ab0c2cd"
]
]
},
{
"id": "aca3e88d0677b22b",
"type": "change",
"z": "9a41062e6cbfa995",
"name": "",
"rules": [
{
"t": "set",
"p": "test",
"pt": "flow",
"to": "1234",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 670,
"y": 1200,
"wires": [
[]
]
},
{
"id": "8ed33e521ab0c2cd",
"type": "change",
"z": "9a41062e6cbfa995",
"name": "",
"rules": [
{
"t": "delete",
"p": "{{delete}}",
"pt": "flow"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 700,
"y": 1280,
"wires": [
[]
]
}
]