Jump to content

Expressions in BPMs


Jeremy

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...