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
Array
- Dyn365CE22 April 2023KeyBox – A Dataverse solution to govern credentials
- Dyn365CE22 April 2023Retrieve EnvironmentVariableValue in JavaScript
- Dyn365CE22 April 2023Retrieve EnvironmentVariableValue in Power Fx
- Dyn365CE22 April 2023Update EnvironmentVariableValue in Power Fx