If-Or-Ask Branch FAQ

What happens when two branches are both true? Will the lead go down both paths?

No, the system will push the lead down the first correct path/branch in your setup. So it goes top down in the order you built the conditions/branches.

Last updated