move payload.sn prior to the split, then add it to the template.
e.g
[{"id":"2b1db6cff0ff0516","type":"inject","z":"613df62afc8a16bf","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"foo/bar","payload":"","payloadType":"date","x":130,"y":100,"wires":[["8b3f8de947600fc5"]]},{"id":"8b3f8de947600fc5","type":"template","z":"613df62afc8a16bf","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"sn;volume 1;volume 2;volume 3\n22;99;33;44;77\n11;99;33;44;77","output":"str","x":340,"y":100,"wires":[["ca46d07b493daf73"]]},{"id":"ca46d07b493daf73","type":"csv","z":"613df62afc8a16bf","name":"split csv per line","spec":"rfc","sep":";","hdrin":true,"hdrout":"none","multi":"one","ret":"\\r\\n","temp":"","skip":"0","strings":true,"include_empty_strings":"","include_null_values":"","x":520,"y":100,"wires":[["58617d5cd23ddf5a"]]},{"id":"58617d5cd23ddf5a","type":"change","z":"613df62afc8a16bf","name":"","rules":[{"t":"move","p":"payload.sn","pt":"msg","to":"sn","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":720,"y":100,"wires":[["73e884455bf7ed90"]]},{"id":"73e884455bf7ed90","type":"split","z":"613df62afc8a16bf","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"key","property":"payload","x":90,"y":160,"wires":[["16cdc214b575df73"]]},{"id":"16cdc214b575df73","type":"delay","z":"613df62afc8a16bf","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"5","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":250,"y":160,"wires":[["fa3896cec22f101b"]]},{"id":"fa3896cec22f101b","type":"change","z":"613df62afc8a16bf","name":"","rules":[{"t":"change","p":"key","pt":"msg","from":" ","fromt":"str","to":"","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":440,"y":160,"wires":[["32b8895ed1daabac"]]},{"id":"32b8895ed1daabac","type":"template","z":"613df62afc8a16bf","name":"","field":"topic","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{{topic}}}/{{{sn}}}/{{{key}}}","output":"str","x":700,"y":160,"wires":[["e3d2e85561651a6a"]]},{"id":"e3d2e85561651a6a","type":"debug","z":"613df62afc8a16bf","name":"humidity","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":600,"y":220,"wires":[]}]
I note again topics should not start or end with a /.