I'm running an event that is free, but encourages donations. I want the registrar to get the administrator message for all submissions and the treasurer to get a copy when there is a positive amount in the donation field.
In my experimenting, it seems I that the Email and Routing options are mutually exclusive (not just options to choose configuration options for two different confirmation rules). So my solution is to set up routing
To: registrar when Condition1 is X
To: registrar when Condition1 is not X
To: treasurer when Amount is greater than 0
I'm okay with them getting the same message ({all_fields}), but I guess I'd prefer to have an option for the admin message separate from messages that get routed based on particular values.