I'm having a slight issue
[{"id":"8bc823cb.6b9ca","type":"inject","z":"48a2710e.b4384","name":"","topic":"","payload":"something ","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":540,"y":980,"wires":[["889dd4cc.e917e8"]]},{"id":"dd5ac8c7.8182b8","type":"debug","z":"48a2710e.b4384","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1230,"y":980,"wires":[]},{"id":"889dd4cc.e917e8","type":"simpletime","z":"48a2710e.b4384","name":"","x":730,"y":980,"wires":[["66f435ae.25292c","2d78ca24.7df136"]]},{"id":"a9329680.1a7bb8","type":"change","z":"48a2710e.b4384","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload & myrawdate","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":960,"y":1060,"wires":[["dd5ac8c7.8182b8"]]},{"id":"66f435ae.25292c","type":"change","z":"48a2710e.b4384","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"myrawdate","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":960,"y":980,"wires":[["dd5ac8c7.8182b8"]]},{"id":"2d78ca24.7df136","type":"delay","z":"48a2710e.b4384","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":740,"y":1060,"wires":[["a9329680.1a7bb8"]]}]
When I trigger the flow - I get an expanded date time string instead of the documented myrawdate format
But in the delayed change node path (which concats the payload with myrawdate )- I get the expected format but with extra "" marks
I'm very confused as to what is going on!