Working as expected for me...
[{"id":"705e2f08.2f6758","type":"inject","z":"73cf958f.f83d04","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":94.5,"y":83,"wires":[["3f05539e.5de2c4"]]},{"id":"1c911a60.40b9f6","type":"function","z":"73cf958f.f83d04","name":"","func":"msg.payload = msg.currentRx;\n\nif (msg.statusCode == 200) {\n // Update\n msg.method = 'PATCH';\n return [null, msg];\n}\nelse {\n // Add\n return [msg, null];\n}","outputs":2,"noerr":0,"x":526.5,"y":176,"wires":[["6da1b8c2.67b4e8"],["c6429e0b.1cff38"]]},{"id":"3f05539e.5de2c4","type":"change","z":"73cf958f.f83d04","name":"404","rules":[{"t":"set","p":"currentRx","pt":"msg","to":"currentRx","tot":"str"},{"t":"set","p":"statusCode","pt":"msg","to":"404","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":229.5,"y":130,"wires":[["1c911a60.40b9f6"]]},{"id":"6515c97b.16ab5","type":"inject","z":"73cf958f.f83d04","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":99,"y":196,"wires":[["657942da.83fc44"]]},{"id":"657942da.83fc44","type":"change","z":"73cf958f.f83d04","name":"200","rules":[{"t":"set","p":"currentRx","pt":"msg","to":"currentRx","tot":"str"},{"t":"set","p":"statusCode","pt":"msg","to":"200","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":234,"y":243,"wires":[["1c911a60.40b9f6"]]},{"id":"6da1b8c2.67b4e8","type":"debug","z":"73cf958f.f83d04","name":"1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":667.5,"y":133,"wires":[]},{"id":"c6429e0b.1cff38","type":"debug","z":"73cf958f.f83d04","name":"2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":661.5,"y":207,"wires":[]}]