Hi there,
I generated an orchestrator action from a powershell script/function I regularly use. The function is supposed to return a System.Object with email contents (toAdd, fromAdd, body, etc) that I would like to use in a scriptable task.
The trouble I am having is that I am unable to access these results in my scriptable task. I know the action returns a PowerShellRemotePSObject (and I have looked at the documentation on "Working With PowerShell Results") but none of my attempts to drill down to the values yield the results I am looking for. I'd really appreciate any help figuring out what I am missing.
Thanks,