This might work too
[{"id":"2960e1995c367865","type":"inject","z":"514b185553136619","name":"","props":[{"p":"payload"},{"p":"topic","v":"[\"relay1\", \"relay4\", \"relay5\"]","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ON","payloadType":"str","x":90,"y":440,"wires":[["62e3f3ac43b1b4e7"]]},{"id":"3e248c5434a88c06","type":"delay","z":"514b185553136619","name":"1 msg / 5s","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"5","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":390,"y":440,"wires":[["4864310377d4eb27"]]},{"id":"4864310377d4eb27","type":"switch","z":"514b185553136619","name":"Topic","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"relay1","vt":"str"},{"t":"eq","v":"relay2","vt":"str"},{"t":"eq","v":"relay3","vt":"str"},{"t":"eq","v":"relay4","vt":"str"},{"t":"eq","v":"relay5","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":550,"y":440,"wires":[["510af376501bf81a"],["4f70f460e1d4d93e"],["de9c4b40ea8e325d"],["d4de9e139a0c664c"],["5b58f1093a614bb1"]]},{"id":"510af376501bf81a","type":"debug","z":"514b185553136619","name":"Relay1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":720,"y":360,"wires":[]},{"id":"4f70f460e1d4d93e","type":"debug","z":"514b185553136619","name":"Relay2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":720,"y":400,"wires":[]},{"id":"de9c4b40ea8e325d","type":"debug","z":"514b185553136619","name":"Relay3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":720,"y":440,"wires":[]},{"id":"d4de9e139a0c664c","type":"debug","z":"514b185553136619","name":"Relay4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":720,"y":480,"wires":[]},{"id":"5b58f1093a614bb1","type":"debug","z":"514b185553136619","name":"Relay5","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":720,"y":520,"wires":[]},{"id":"62e3f3ac43b1b4e7","type":"split","z":"514b185553136619","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","property":"topic","x":230,"y":440,"wires":[["3e248c5434a88c06"]]}]
The input is msg.payload, perhaps "ON" or "OFF" and msg.topic, an array of relays to be switched, in order.
{
"payload":"ON",
"topic":["relay1","relay4","relay5"]
}