Flow Designer evaluating If incorrectly?

Drew19
Tera Contributor

For some reason my Flow Designer If statement is evaluating a condition: a == false && b != c as a == false && b == c. I have tried to adjust my Flow a few times but, for some reason this condition does not stick.

Here is the condition:

find_real_file.png

And the executed flow shows the condition is evaluated wrongly:

find_real_file.png

 

Right now I am planning to use flow variables and run an inline script to just test it manually and use that for this comparison but, I would prefer to have a proper solution where I do not need all the extra work.

5 REPLIES 5

Drew19
Tera Contributor

The false part of the condition is evaluating correctly. The user sys_id check is not. I have had run tests on a few different records and have had it activated. The issue is it seems to evaluated sys_id's the opposite of what I want. I am doing a Flow Variable work-around right now.