I think he meant the logic switch node not the ui switch node
If you export your flow and attach it to a reply (use three back tics on a line before and after your flow) it will make it easier to see what you're doing,
You have not formatted the switch node to have 2 outputs.
Please look at the switch node information panel, and how the switch node operates.
[{"id":"cd4e41df.9aea4","type":"switch","z":"e56a2129.2d864","name":"","property":"payload","propertyType":"msg","rules":[{"t":"cont","v":"AAF8E0521401","vt":"str"},{"t":"cont","v":"8A1579970203","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":501,"y":392,"wires":[["c89041ec.d0efb"],["22c9403e.ae8c6"]]}]
Ok now i have two outputs. What should i write in the output fields?
export your flow again and post it like @zenofmud indicated:
```
your flow code
```
The switch node you can configure like this:
Thank you so much. After hours of trying and surfing in the internet iw works!!
The most important question. Do you understand why it works?