Flow Designer evaluating If incorrectly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 08:02 AM
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:
And the executed flow shows the condition is evaluated wrongly:
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.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 08:57 AM
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.