luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

Dynamic Values from dependent requests #75

Open El-Fitz opened 5 years ago

El-Fitz commented 5 years ago

After reading the dependent requests feature request, I tried out the feature and have come to an issue.

If my first request has dynamic properties (such as from the UUID extension), then referencing these properties as Request. Body Dynamic Values in a second request will generate a new value each and every time any of the two requests is run. The second request won't ever have the same values as the first one's.

Is it the expected behavior? Is there a way around?