Please Log in or Create an account to join the conversation.
If you need this to run per state, yes, but sounds like you want per district so you'd need a lot less.If I create an auto action for this example, I'd have to create a new auto action for every state... isn't that correct? That means I would have 52 auto actions out there.
Correct.In the current auto action, the conditions are all "AND", correct?
You'd just add them as a single REGEXP condition. Example as follows.So I wouldn't be able to add all 5 states (as above) as condition lines, because as soon as the first condition fails, then the auto action fails and is not run.
Please Log in or Create an account to join the conversation.
You'd just add them as a single REGEXP condition. Example as follows.
[cb_state] Is REGEX /AZ|CA|HI|NV|UT/
Basically separate each state with a | for an OR case in REGEX. This should mean you only need an auto action per district.
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.
You'd just add them as a single REGEXP condition. Example as follows.
[cb_state] Is REGEX /AZ|CA|HI|NV|UT/
Basically separate each state with a | for an OR case in REGEX. This should mean you only need an auto action per district.
Please Log in or Create an account to join the conversation.