While working on a Postman Notebook for the ongoing Notebook Challenge, I noticed that using dynamic variables like {{targetUrl}} in a Request Block doesn’t currently work as expected.
Specifically:
- The Notebook doesn’t recognize
{{targetUrl}}when entered as a URL in a Request Block. - Instead, it requires a request from a public Postman collection or a direct hardcoded API URL.
- This limits the flexibility of Notebooks, especially for educational use cases where users could input their own endpoint dynamically.
It would be incredibly useful if Request Blocks could support {{targetUrl}} , so users can test any endpoint they provide via Input Blocks, without needing to hardcode or use public collection requests.
Would love to see this feature considered or added to the roadmap , it would unlock a lot of powerful use cases for Notebooks