Retrieve EnvironmentVariableValue in JavaScript

In my private project (Key Box), I stored a JSON configuration in an Environment Variable. To retrieve its value, I had could use two queries. The first query to retrieve the GUID of the Environment Variable Definition and the second query to retrieve the Environment Variable Value. But there is a better way: the RetrieveEnvironmentVariableValue WebApi function.

Below is the async function…

Continue Reading Ben’s Article on their blog

Retrieve EnvironmentVariableValue in JavaScript | benjaminjohn.de

In my private project ( Key Box), I stored a JSON configuration in an Environment Variable. To retrieve its value, I had could use two queries. The first query to retrieve the GUID of the Environment Variable Definition and the second query to retrieve the Environment Variable Value.

Blog Syndicated with Ben’s Permission

More About This Author

Benjamain John

Author: Benjamain John

Share This Post On