I am having a problem when using monitors and global variables.
I have a request in a collection that hits the endpoint “https://postman-echo.com/time/object?timestamp={{timeStamp}}”
The global variable timeStamp has a value of 2019-05-10.
When I run the collection it uses the endpoint “GET https://postman-echo.com/time/object?timestamp=2019-05-10”
When I monitor this collection it uses the endpoint “GET https://postman-echo.com/time/object?timestamp={{timeStamp}}”
Are you able to use global variables and monitors?