Using the switch node, I want to provide a list of specific zip codes and say "if msg.example = any of these zip codes, go out pin 1". Is this possible, and if so which strategy is best?
Am I able to say "if msg.example contains (zipcode)"->1 and do that for every zip code having its own output?
Or can I do it in a way that is easier to manage?