Hi @Anonymous I'm glad that worked for you.
Yes, absolutely. There is an control called "Condition" which allows you to validate a criteria to produce True/False (yes/no) and then you can perform two branches of logic.
E.g. If Rating is equal to 5: email The Boss, otherwise delete the response
Alternatively if you wanted to have multiple legs, then you can use the Switch control which allows you to define multiple courses of action from a single comparison.
E.g.
Rating = 1: Send email saying you're fired
Rating = 2: Send email saying you need to try harder
Rating = 3: Send email saying you're doing well etc