Product: PowerShell Universal
Version: 3.2.1
Also toggles for Boolean values are not working from UI either.
Product: PowerShell Universal
Version: 3.2.1
Also toggles for Boolean values are not working from UI either.
I opened an issue for this.
@adam I was able to update to version 3.2.2 and it seems to be working besides PSCustomObject params
I have an endpoint that runs a script via invoke-psuscript
the endpoint get-member shows the following
script param
Result shows the param in the output being passed ok but its not showing up in the UI on the right.
Looks like it doesnt handle arrays either…
We’ll be implementing a tree view similar to the pipeline output for parameters in v3.3 that will handle complex objects. I wanted to get a fix in so you could at least view the basic types.
So far it seems to be functioning as expected (besides the UI stuff)
Just wanted to get the word out in case you were unaware.
Thanks!
Thanks! I appreciate that. I considered putting the tree view to totally fix it up but I figured we should wait till the next feature release.