Hi I want to drop an event if the field "group" contains any of the values in an array, it seems that this is the way to do it, but I was wondering if this is the best way to do it, especially because the array has arround 25 elements.
if [group] in ["abc","def","ghi"]{
drop{}
}