Hi,
I need to send out a custom email if a checkbox condition is satisfied i.e the value of a checkbox condition is changed from null to yes. I tried using this
cfValues["custom_field_name"]?.getValue() != "Yes"
But its not working...I referred to the docs n links available online..but
for multiselect it says:
cfValues[
'MyMultiSelect'
]*.value.contains(
"AAA"
)
But I have to send out the email if my check box is marked Yes and there is only one option.."Yes" and not multi-options.
Can I get any leads on this? TIA
I tried doing this
cfValues['customfield_10435']?.value == 'Yes'
But it says customfield_10435 is not recoginzed.
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.