Can someone see if this problem with the Join node is just me please? Be careful not to do anything out of order as the problem has a habit of going away and I am not sure what makes it go.
- Import the flow below and deploy it.
- Click the Inject node
A:timestamp msg.full:true
- Note in the debug node that the message has msg.full present.
- Click the Inject node
A:timestamp No msg.full
- Note that the message still has msg.true present, which it should not.
Having said that the problem sometimes clears itself, I now find that I cannot make it clear.
[Edit] node-red 3.0.2, nodejs 18.13.0
[More edits] Here is the flow that I didn't include.
[{"id":"bb68bb3693e0d1f1","type":"inject","z":"bdd7be38.d3b55","name":"A:timestamp No msg.full","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"A","payload":"","payloadType":"date","x":210,"y":3200,"wires":[["f9e9e10d41b65ca1"]]},{"id":"30e24e64b1b57f52","type":"inject","z":"bdd7be38.d3b55","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"B","payload":"","payloadType":"date","x":230,"y":3340,"wires":[["f9e9e10d41b65ca1"]]},{"id":"a99c557ae2cf9bfc","type":"inject","z":"bdd7be38.d3b55","name":"A:timestamp msg.full:true","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"full","v":"true","vt":"bool"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"A","payload":"","payloadType":"date","x":170,"y":3260,"wires":[["f9e9e10d41b65ca1"]]},{"id":"47ac7e6620607619","type":"debug","z":"bdd7be38.d3b55","name":"debug 70","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":700,"y":3260,"wires":[]},{"id":"d4a479ac4ee76c68","type":"join","z":"bdd7be38.d3b55","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"1","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":550,"y":3260,"wires":[["47ac7e6620607619"]]},{"id":"f9e9e10d41b65ca1","type":"junction","z":"bdd7be38.d3b55","x":400,"y":3260,"wires":[["d4a479ac4ee76c68"]]}]