Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: You'll need to use REGEX to match multiple values. Example as follows.
[cb_field] Is Regex /^(A|B|D|H)$/
Using | you can create OR cases in REGEX.
Please Log in or Create an account to join the conversation.
krileon wrote: You'll need to use REGEX to match multiple values. Example as follows.
[cb_field] Is Regex /^(A|B|D|H)$/
Using | you can create OR cases in REGEX.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.