Right now when you use an if/else in the workflow conditional you need to add an "or" for each different conditional. Sometimes this is not ideal. For instance, wanting to condition based on post codes. It would be great to be able to use a comma separated list of all the possible post codes, instead of adding each as an "or". It would be great if the "is" operator can include a single variable and the "contains" operator can include the possibility of a comma separated list so there is a larger difference between the two.