Validating routing logic currently requires submitting a live form, which risks affecting production data and makes it difficult to safely test changes before going live.
Admins should be able to test routing logic against hypothetical inputs without submitting a real form, so they can verify rule behavior without impacting live records.
Safe, non-destructive testing reduces the risk of misconfigured routing reaching production and speeds up the iteration cycle when building or modifying routing logic.