OR Block Validation
-
AS You know This is the logic for OR block
but i have question
is there a way to find out that which of the blocks has actually manage to pass from or block
for example in this image is 3 valid or 4
i want to know so i can use the group 1 or 2 later

-
I you want to know which condition block triggered the or block you will need a block in between that records the path used. A string variable that modifies to a block will have your chosen name... you can overwrite above modify or reset as needed.
-
@jstap thanks