Funnel with more than 8 steps #4003
Replies: 2 comments
-
|
I'm facing the same issue; what is the reason for this artificial limit? |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, this isn’t a bug — it’s an intentional limit in Umami. Funnels are currently capped (around 8 steps) mainly for performance and UI clarity reasons. Each extra step increases the query complexity a lot (especially with event chaining + drop-off calculations), and beyond a certain point it starts getting expensive to compute and harder to visualize in a meaningful way. Also from a UX perspective, very long funnels tend to become noisy and less actionable — so the limit keeps things practical for most use cases. If you really need more steps, the usual workaround is:
So yeah, a bit of an artificial cap, but there’s a practical reason behind it 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey - do we actually have a limitation to create funnels up to 8 steps?
Beta Was this translation helpful? Give feedback.
All reactions