Hello,
i have a flow with a very simple condition.
If one of two variables is 1 than the flow should do nothing.

So only if MA<>1 and Case <>1 than the result should be true, else false.
But if i am running the flow the condition always results in true

I think it has something to do with the fact, that the variables are strings.
so i tryed '1' instead of 1
Any idea what is wrong?