Postman's documentation leaves a lot to be desired. In their Variables page they say:
The following scopes are available to you:
- Global
- Environment
- Local
- Data
There's information about the Global and Environment scopes, and I believe the "Data" scope is the data from a collection run. But what are the "local" variables?
Because I'd love to have a variable that is calculated on the fly, used for the request, and then discarded. Both global and environment variables are persistent.