Product: PowerShell Universal Version: 5.0.16
Hi, I’m trying to create a secret variable saved to the database but no matter what i do it never creates a new row in the variables table. There’s no errors that i can see in the log files and i know there isn’t an issue with the database connection itself as the log table is being populated fine.
Ive tried saving in the PSU store and i am unable to access the secrets within scripts.
Recommended Answer
There was a fix in 5.1 for the secret form. Is it possible you are running into that in 5.0.16?
docs.powershelluniversal.com
Adam Driscoll
PowerShell Expert and Software Architect at Devolutions
There was a fix in 5.1 for the secret form. Is it possible you are running into that in 5.0.16?
docs.powershelluniversal.com
Adam Driscoll
PowerShell Expert and Software Architect at Devolutions
That will be it, i must have missed that when reading through the changelogs. Thanks for the help Adam