In my private project (Key Box), I stored a JSON configuration in an Environment Variable. The configuration is displayed in a custom page and can be edited there. Here is how to update an EnvironmentVariableValue in Power Fx.
To update a Dataverse record, you need a reference to it. In my case, I already retrieved it as record in the step before, stored as global variable “envVarValRec”…
Continue Reading Ben’s Article on their blog
Update EnvironmentVariableValue in Power Fx | benjaminjohn.de
In my private project ( Key Box), I stored a JSON configuration in an Environment Variable. The configuration is displayed in a custom page and can be edited there. Here is how to update an EnvironmentVariableValue in Power Fx. To update a Dataverse record, you need a reference to it.
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