luckymarmot / Paw-Issues

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

Autoupdate dynamic values via groups #69

Open jack-stasevich opened 5 years ago

jack-stasevich commented 5 years ago

I have several groups of variables. One of groups has two environments. One of my requests use url from this two-environments group. Another request use dynamic value from response of first request. When I switch between environments and make second request it use dynamic value from first request for old environment. And I need do first request manually for this reason. Can paw automatically go through chain of requests and update environment variables if needed?