Resolved! Check whether the string has any value in the array.
Hello, everyone.The script should check if the string contains any of the tags. However, the script below returns "not found" even when the tag is contained in the string. var excludedtags ='[URGENT],[JUNK],[DUPLICATE],[IGNORE]'; var subject: 'HELP N...
