My postman collection runs fine when i run it manually but When I schedule a run outside office hours in postman everyday it doesn’t run or make any changes as intended. I am trying to make changes to my shotgrid account everyday using postman api
The same problem, after research I think the problem in Enviroments&Variables. I have 2 tokens, and the first token runs in Pre-requests (and set Globals), after the main request gives a response 200.
But I know that “If you run scheduled to run, the request will run throw postman servers” and I think that Variables doesn’t work, how it needs.
@kartmun is on the right track. A scheduled run will additionally run using the default values for your variables, not the current values. This is a common error people seem to run into.
If you can provide some additional logging and review the console, that may help you find the issue
Okay, I ran it with a csv file, there are no problems, except for one, I use a lot of variables (in Header & Body + Pre-request + tests ) , and as I understand it When I run it through postman, there is no concept of working with dynamic variables, or I don’t right?