I have defined a 'Global' variable for 'postman' to be used under the postman's documentation.
However after loading the documentation it looks like the variable is not coming through at all. I can see what its assigned to but not the actual expected value is there.
If I set this variable under a particular environment then it works fine.
Is there anything preventing global variables to work in documentation? has anyone else faced this same issue?
p.s I know variables in lower levels take precedence so I have removed them from all environments and only have them set in Global. Any help is appreciated