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.
Please Log in or Create an account to join the conversation.
No, there are no OR conditions unless you do as explained above or use a REGEX condition operator then use the OR separator in your REGEXP. Conditions in CB Auto Actions are always AND.Was assuming when using multiple conditions (more than 1 row of conditions) in auto action there's an OR operator between each row of conditions.
Hence meaning: execute auto action when at least one of conditions provided is true. Am I right?
The variables available is entirely dependent on the trigger used. They're the variables the trigger passes. CB Auto Actions has no clue what those are, but it maps them to var1-15 to allow access to them. You can review the below trigger list for an idea of what the variables are for a given trigger.And where can we learn about these mysterious "var1", "var2", etc.? I have been looking all over for an explanation of these. For example, why, in the original example above, do they use [var3] and [var1]? Could they have used [var9] and [var5]? Or any other of the "var" variables available?
Please Log in or Create an account to join the conversation.