Describe the problem/error/question
When I use a Webhook and want to give a pathvariable with :test then I get a UUID as path,
e.g. test/:test leads to /test/:test
when I just do test then I get /test without the UUID.
Is there a way to have without UUID?
Please share your workflow
Information on your n8n setup
- n8n version: 1.107.3
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Debian
