Skip to content

Instantly share code, notes, and snippets.

@veysiertekin
Created August 23, 2022 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veysiertekin/a1f732d5b07800ad4205af5dcb51c4db to your computer and use it in GitHub Desktop.
Save veysiertekin/a1f732d5b07800ad4205af5dcb51c4db to your computer and use it in GitHub Desktop.
Postman
// Add this script into `Tests` section in the request
pm.collectionVariables.set("my_great_variable", pm.response.json().inner_field_name);
// Use in the other requests as {{my_great_variable}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment