Jeremy Posted August 15, 2022 Posted August 15, 2022 With an expression like below, the bits circled in red......are these applied as AND, OR or something else:
NeilWJ Posted August 16, 2022 Posted August 16, 2022 Hi @Jeremy, It does an OR. So for example say your values are "test" ,"a" and "b" and the var [Customer Cusomer 6] value is "This is a test" the condition will do:- if ("This is a test" contains "test") OR ("This is a test" contains "a") OR ("This is a test" contains "b") So in the example the condition would pass because "test" and "a" exists in the var value "This is a test" Cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now