I want to do an OR operation for the following where the count of my arr is not equal to 0 and that my email does not contain "test.com", however my rule is producing an error, any help on how to improve it in one line is much appreciated! Thank you in advance
any([count(arr) != 0, not contains(email, "test.com")])