Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let myVar = pm.collectionVariables.get("variableName");
- myVar ++ // increment by 1
- pm.collectionVariables.set("variableName", myVar);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement