Exit automation

Hello
Is there a way to exit an automation before evaluating all actions?
For example in action section I have many If conditions and I want to optimize the automation by ending the evaluation of all remaining conditions once a condition is met.

Ex:
If x do y then exit
if a do b then exit
if c do d then exit
id e do f then exit

Choose a group of actions

I think I found how. I can use a STOP block

I provided a solution as well.

It’s neater to use arganto’s suggestion (choose) than a chain of if statements with stop.

Post the automation you have, containing multiple if statements, and we can show you how to convert it.

Thank you. Appreciate it.