I have a line like pm.collectionVariables.set("blah", jsonData.someField)
in my Tests tab for a request.
It sets the collection variable fine if I run the request in the workspace, but not if I run a Collection Run.
That is, when I run the collection as a "Collection Run", the collection variable is not changed. (!)
Is this right? Do I need to change the variable to be an environment variable?