+1 vote
in POSTMAN by
Can global scope variables have duplicate names in postman?

1 Answer

0 votes
by

Since global variables are global i.e. without any environment, global variables cannot have duplicate names. Local variables can have the same name but in different environments.

...