Collection variables are not being rewriten with new values after writing json path in just a folder or a request

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

ID for request: 11;
image

VAriable in collection with name should have been rewritten, but is not. JSON path was written in a folder
pm.collectionVariables.set(“jazyK_KATEGORIE_ID”, x.jazyk_Kategorie[0].jazyK_KATEGORIE_ID);

image

Value should have been 11, not 2

Folder has written multiple paths for diffrent requests in a folder
Even after commenting out the entire test in a folder and writing json path for just one request

.

I even used json path finder for verifying json paths I had written.

My steps

Oppenned request
Rewrote value
Value of collection variable was not re-written

Screenshots or Videos

Postman Version

9.24.0

Postman Platform

Postman App

Additional Context?

Link to what I thought was a bug:Collection variables are not being rewriten with new values · Issue #11089 · postmanlabs/postman-app-support · GitHub