Something like this:
[
{
"id": "596128453f0016d1",
"type": "inject",
"z": "815093ee06b3ca8a",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "one",
"payload": "",
"payloadType": "date",
"x": 160,
"y": 80,
"wires": [
[
"af82aeaf606832e4",
"5b805670b897d9e0"
]
]
},
{
"id": "329ecd3f4b50cb8b",
"type": "inject",
"z": "815093ee06b3ca8a",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "two",
"payload": "",
"payloadType": "date",
"x": 150,
"y": 140,
"wires": [
[
"af82aeaf606832e4",
"5b805670b897d9e0"
]
]
},
{
"id": "af82aeaf606832e4",
"type": "trigger",
"z": "815093ee06b3ca8a",
"name": "",
"op1": "",
"op2": "fail",
"op1type": "nul",
"op2type": "str",
"duration": "5",
"extend": true,
"overrideDelay": false,
"units": "s",
"reset": "",
"bytopic": "topic",
"topic": "topic",
"outputs": 2,
"x": 400,
"y": 180,
"wires": [
[
"5b805670b897d9e0"
],
[
"8df68fb32e9336e7"
]
]
},
{
"id": "5b805670b897d9e0",
"type": "debug",
"z": "815093ee06b3ca8a",
"name": "debug 5",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 600,
"y": 80,
"wires": []
},
{
"id": "8df68fb32e9336e7",
"type": "debug",
"z": "815093ee06b3ca8a",
"name": "debug 6",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload &\" \"& topic",
"targetType": "jsonata",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 180,
"wires": []
}
]