Hi,
I have two fields .
Field1 can have “NULL” as value and for instance “Val1”
Field2 can have “=” or “!=”
In One branch I want to test case when Field1 = “NULL” and Field2 = “=”.
My branch is evaluate as True. That is ok
But my sequence label, I don’t know how to write.
I test %Field1% == NULL && %Field2% == =
But it doesn’t work. I guess I need to escape the = sign in expression but I dont know how we dot this
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods