diff --git a/ui/src/pages/Dashboard/Dashboard.tsx b/ui/src/pages/Dashboard/Dashboard.tsx
index 16862364..3ade0a1d 100644
--- a/ui/src/pages/Dashboard/Dashboard.tsx
+++ b/ui/src/pages/Dashboard/Dashboard.tsx
@@ -345,7 +345,7 @@ export default function Dashboard() {
title="Inspect exchange"
onClick={(e) => {
e.stopPropagation()
- navigate(`/exchanges/${row.executionId}`)
+ navigate(`/exchanges/${row.applicationName}/${row.routeId}/${row.executionId}`)
}}
>