I have a multi select field (it is a required field) and if they choose the option 'Other' they need to fill out 2 other fields (I am thinking I need 1 validator for each field).
from the examples I need this
cfValues['Demo']?.value != 'No' || cfValues['Reason for No Demo']
but for a multi select field
I am assuming I need to replace the first part with
cfValues['My Multi Select']*.value.contains("Some value")
but how do I make that does not contain?
Thank you!
So sorry Jamie! I didn't connect them in my head.
Yes, it is the exact same thing!
Thank you!
Isn't this the exact same question as https://answers.atlassian.com/questions/43113440
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.