Multiple AND/OR cases within an if statement
-
-
-
@dario Thanks for your reply. It's close to what I'm looking for. But I want to add another AND case within the if statement on the level where the arrows are.
-
@mathias can you please write the logic expression that you want to code in UIFlow?
Example:
(var1 > 50 and var1 < 70) and (var2 > 10 and var2 < 20) and (var3 > 30 or var4 > 50)
-
@dario exactly the way you show in your example above.
-
-
@dario Thanks!