Hello,
Unfortunately, there is no possibility to use if statements within another if statement. You can try using separate action sets with else if and else blocks. However, pay attention that all the conditions are checked before the business rule is executed. Meaning that if you set a property value in the first action set and then check it in the next one, the condition will not be met.