Also you can move the payload properties in the same change node. as long as they are lower in the list, i.e. after the original jsonata expression .
[{"id":"6ee7e31e.295814","type":"function","z":"57675e72.26a0d8","name":"Text transformation","func":"var msg = { payload: \"Thing : \" + msg.payload + \" - I think thats a thing\"};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":270,"y":2940,"wires":[["495a2fce.f5b8c8","6530c869.bcffd"]]},{"id":"495a2fce.f5b8c8","type":"debug","z":"57675e72.26a0d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":650,"y":3000,"wires":[]},{"id":"6530c869.bcffd","type":"change","z":"57675e72.26a0d8","name":"Transform into payload.test from payload","rules":[{"t":"move","p":"payload","pt":"msg","to":"payload.test","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":740,"y":2940,"wires":[["209c2a6b.651876","b3611dc2.ace18"]]},{"id":"909fa323.0cfa1","type":"inject","z":"57675e72.26a0d8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":270,"y":3000,"wires":[["6ee7e31e.295814"]]},{"id":"209c2a6b.651876","type":"debug","z":"57675e72.26a0d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload.test","targetType":"msg","statusVal":"","statusType":"auto","x":1110,"y":2940,"wires":[]},{"id":"b3611dc2.ace18","type":"debug","z":"57675e72.26a0d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1090,"y":2980,"wires":[]}]