Can Anybody shed some light where im going wrong?

Im trying to make this fire when a data field either says child or adult.

Any help is appreciated.

Regards

'{ENTITY DATA:Loyalty:Pass Type}' == 'Adult'

You can sting myltiple together and use brackets also;

('{EXP A}' == 'xyz' && '{EXP B}' == 'zyx') || '{EXP C}' == 'abc'

1 Like