Multiple Ifs and how to write it

Hi guys. Quick question. How would I create a rule with multiple ifs? This is what I’m trying to do, I have a St button that I want to do multiple things depending on certain situations. I know how to write each section, but would I put each If condition in the previous Else box, or would I leave each Else box empty and start a new IF for each situation?

I personally find it easier format- and logic-wise to create multiple IFs, leaving the ELSE blank whenever possible rather than nesting them.

1 Like