+1 vote
in POSTMAN by

Which one will be preferred in postman- a global variable or a local variable?

1 Answer

0 votes
by

In postman, if 2 variables have the same name( one being local, other global) then the higher priority is of the local variable. it will overwrite the global variable.

...