Which one wins? Two conflicting conditions

Hello!

If I have two conditions set on an element that can both be true, but one sets the element visibility to “no” and one sets the element visibility to “yes”, which one would win? Does it depend on the order?

Based on a quick test, it seems that order matters. The later condition will over power the earlier condition from top to bottom.

@gbenchanoch yeah just to confirm your finding, the last one counts.

1 Like

I think they both get checked and executed - one after the other starting from the top. Like a bunch of if statements.

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.