ashwinkm / Boomerang-app-support

Boomerang is an unique app which allows you to work with both SOAP & REST based web services.
10 stars 0 forks source link

setEnvironmentVariable Not Setting Environment Variable #56

Closed TheOneDaveYoung closed 6 years ago

TheOneDaveYoung commented 6 years ago

The boomerang.setEnvironmentVariable() method is not actually setting the environment variable. For example:

boomerang.setEnvironmentVariable('test', 'test');
var obj = boomerang.getEnvironment();

console.log(obj.test); <== obj.test does not exist

This kind of kills one of the major benefit of scripting. Is there a setting somewhere in Chrome (v67.0.3396.87) on a Mac?

TheOneDaveYoung commented 6 years ago

Thanks for the update Ashwin. At this time the setEnvironment() does not persist the value in the currently selected environment so this is not a bug.

Hopefully you'll consider adding this as an option in a future release!