You need to sign in to do that
Don't have an account?

About flow "does not contain" operator
Hello,
I am trying to implement Processes and visual flows in my organisation but i need to have "does not contain" operator in the flows.
It is not shown in the list. That could be a big problem if i am not able to use it.
Any ideas somehow to replace it?
Regards,
Ivo
I am trying to implement Processes and visual flows in my organisation but i need to have "does not contain" operator in the flows.
It is not shown in the list. That could be a big problem if i am not able to use it.
Any ideas somehow to replace it?
Regards,
Ivo
Thats a nice idea. I will suggest you to post the idea on Ideaexchange (https://success.salesforce.com/ideaSearch) so this will get delievered in coming releases.
Thanks,
Pratik
Try this
Say you are check if variable1 does not contain "hello"
add it as a criteria
criteria1-> variable1:contains:hello
and add another criteria
say
criteria2->variable1:isnull:isfalse
now select the advanced logic option and type the following condition
NOT(1)AND2
Regards,
Deepak Rathinavelu
I used a decision to get around this in flow. Decisions also allow Advanced Logic so you're able to selecte NOT() to achieve does not contain.