{{my_token}}. Use {{my_token}} in the request parameter value. When the token changes, updating the variable value updates it everywhere.pm.globals.set to update local values in scripts, but cannot change names or shared values.JSON.stringify() to store and JSON.parse() to retrieve them.π to sync Local Value with Shared Value.β‘.pm object in Pre/Post-processors.set:{{variable}}).{{variable}} in URL, parameters, headers, or body.http://127.0.0.1/pet/findByStatus?status={{CurrentStatus}}{
"status": "{{CurrentStatus}}",
"quantity": {{TotalPet}}
}"" around the variable for strings (e.g., "{{name}}").{{count}}).{{user}}:{ "id": 1, "name": "Jack" }{{user.name}}pm.variables.get("user.name"){{users}}:[ { "name": "Jack" } ]{{users[0].name}}pm.variables.get("users[0].name")pm.*.get() instead of {{}}.{{column_name}} to reference them. Each row in the file triggers a separate iteration.pm.request.getBaseUrl().pm.environment.get('BASE_URL') as it might be inaccurate for non-default server endpoints.