My data doesn't pass through the router

My records aren’t going through the router. I’d like the invoices to be filtered into justified and unjustified categories. The bundles display the transactions correctly, but they’re all routed to the no branch where I send a email, whereas there should only be one.

It’s because you’ve set the filter route as your fallback route (it never tries your filter because the email route always works), set it to NO and it will try your filter first.