Advertisement
krot

postman inc var

Jul 11th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let myVar = pm.collectionVariables.get("variableName");
  2. myVar ++ // increment by 1
  3. pm.collectionVariables.set("variableName", myVar);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement