Pages:
Actions
  • #1 by liltbrockie on 31 Jan 2017
  • Hiya... I am trying to create a trigger where one of the conditions is Market name contains...

    I want to use an "or" operator in the expression eg "A1" or "A2" or "A3"

    This doesnt appear to be working.... should it?

    I guess I am forced to split the triggers out individually?
  • #2 by mcbee on 31 Jan 2017
  • hi
    OR should work but i would need to see your trigger to see why it doesn't.
    if you have other conditions with AND then you would have to add a new block to use the OR

    mcbee
  • #3 by liltbrockie on 31 Jan 2017

  • #4 by mcbee on 31 Jan 2017
  • hi
    you need 2 conditions
    markets name contains "A1"
    OR markets name contains "A2"

    mcbee
Pages:
Actions