Hello,
I am running version 5.0.15.
I installed PowerShell Universal using the instructions from this guide Installation | PowerShell Universal via msi and it runs as a service account set up according to these instructions Running as a Service Account | PowerShell Universal.
I would like to use secret variables in my apps and scripts. Creating the secret variables via the Platform > Variables tab works, but I cannot retrieve them using
$Secret:MySecret
This always comes up empty. It doesn’t matter if I call the secret in a script or an app. My secret variables look like this:
Am I doing something wrong? Did I miss a setting?