- Issue created by @marco.b
- 🇩🇪Germany jurgenhaas Gottmadingen
You could use the "Controller found to handle request" event and then check for the current path with a condition.
- 🇩🇪Germany marco.b
Thanks. I cannot see how I can check for the current path. I don't find the condition for it.
- 🇩🇪Germany jurgenhaas Gottmadingen
Condition is during comparison and one string is the token for the current path. The other one is your path as a fixed string.
- 🇩🇪Germany marco.b
It works. Used "Compare two scalar values" as condition to compare [current-page:url:path] with my path as fixed string.
Thank you.