I have a very complicated repeating group for which I’m trying to do form validation. To avoid going through a long-winded explanation, my question is, if I have 20 different conditions to check through, will Bubble stop when the first condition is met? or will it continue to check through every single conditional?
Not if you connect a bunch of and statements
But
The first false will negate the entire workflow I believe.
Yes like Jared said, I think it goes down the list until it gets a false. You can move your conditions up and down the list - I believe it runs in order top down.