Where are variables stored in Postman? How to I update a variable?

Hi,

I’m trying to figure out where variables are stored in Postman. I have created severable variables and given them a scope of the various collections they’re supposed to work in. So far so good. The thing is that now I want to update the URL, which is one of the variable’s values and I can’t seem to find where to access all the variables. They show up when I start typing {{ but I can’t find a screen or a menu to see a list of all my variables and update them.

Any help is much appreciated.

Thanks,
Sean

They are usually stored against the collection (variable tab on the collection folder) or in an environment file.

Don’t know if this will be helpful - Using variables | Postman Learning Center

Thanks, Adam. Can’t believe I missed looking there. Thanks once again. :+1: