Hello community members,
For a use case, we need to apply the regular expression check validator in the workflow on a single select field. The field has 3 values:
We need the validation to pass if the value is not 'NO'. We have tried the option as suggested in the documentation, [Yes, Not needed], but it does not work, and errors out.
Can someone please help us here?
The in-place documentation still suggests “Option [A, B]” to match either or both, “Option A” and “Option B”, whereas standard regular expressions would have “Option (A|B)” to match either – or in your case “(Yes|Not needed)”.
It works, thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
try this format:
(Yes, Not needed)
i was also looking for that solution and then i began to search for regular expression examples and that worked for me.
cheers,
MY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.