@traderjoe
This flow does what I make of your question:
[{"id":"24597219.e27fbe","type":"inject","z":"703c61ac.837e1","name":"","props":[{"p":"payload"},{"p":"something_else","v":"blah","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"message one","payloadType":"str","x":1770,"y":230,"wires":[["29bc705.2a71b1"]]},{"id":"1e4f1eca.f73bc9","type":"inject","z":"703c61ac.837e1","name":"","props":[{"p":"payload"},{"p":"something_else","v":"foo","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"message two","payloadType":"str","x":1770,"y":280,"wires":[["29bc705.2a71b1"]]},{"id":"29bc705.2a71b1","type":"switch","z":"703c61ac.837e1","name":"something_else","property":"something_else","propertyType":"msg","rules":[{"t":"eq","v":"blah","vt":"str"},{"t":"eq","v":"foo","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":1950,"y":260,"wires":[["6546362e.6e658"],["1c352175.76b1bf"]]},{"id":"6546362e.6e658","type":"debug","z":"703c61ac.837e1","name":"1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":2120,"y":230,"wires":[]},{"id":"1c352175.76b1bf","type":"debug","z":"703c61ac.837e1","name":"2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":2120,"y":290,"wires":[]}]
Very basic flow to get the idea through.