I’m trying to get the below workflow to execute and the inputs seem to be correct, but it looks like contains in the compare string isn’t working? I have to be missing something.
The goal of this step in a workflow is to isolate certain user populations to execute the remaining workflow following a ‘true’ compare string.
So i have 3 steps set up below similar to this thread:
{
"defineVariable1": {
"valuesToCheck": "|Customer Service Center|Commercial Lending|"
},
"defineVariable3": {
"statusFound": "|Customer Service Center|"
},
From what i can tell the two strings should be correct and since |Customer Service Center| is contained within |Customer Service Center|Commercial Lending| it should be true however its heading to false in the test executions.
Under Compare String action in Value 2, you need to change operation to Enter Variable otherwise it will compare to $.defineVariable3.statusFound and not to |Customer Service Center|