I have a multi-select custom field and I am sending a custom email based on this field. If the field contains other I want to send one email if it does not contain other it is a different email.
I am using 'My value' in cfValues['My Multi List']*.value but ca not figure out the reverse, not in does not work.
How can I do this?
Thanks!
The converse is:
! ('My value' in cfValues['My Multi List']*.value)
or if you used a variable it would be more obvious
def ret = 'My value' in cfValues['My Multi List']*.value !ret
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.