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

Environments Variables Set Not Being Reflected in Environments Widow #64

Open HSammy opened 5 years ago

HSammy commented 5 years ago

Can you have Environments variables update in environment window when changed? This code does not update within code and within environment window: var obj = boomerang.getEnvironment(); alert (obj.PeriodEndDate); boomerang.setEnvironmentVariable("PeriodEndDate", "12/31/18"); var obj = boomerang.getEnvironment(); alert (obj.PeriodEndDate);