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.
Please Log in or Create an account to join the conversation.
Yes, but you'll need to delimiter your REGEX of course (e.g. /\w+/).1. For auto action's REGEX, can I use the same regular expression which I have set in the field management (custom perl expression)?
You don't. It's saying does VALUE1 CONTAIN VALUE2. This is useful when VALUE1 is an array and you need to check for a value inside that array (e.g. multiselect fieldtypes). It only checks 1 value though. If you need multiple value checking you can add more conditions or you can use REGEX.2. For auto action's "contain" rule, how do I put it in multiple words or options. Meaning contains various items. I may want to use for the fields with the "select" option. For example, "yes", "no", "may consider" and "probably not". How do I put all the options in the "contain" value? I have to put all this options in because some how the field is "not empty" condition doesn't work.
Please Log in or Create an account to join the conversation.