Hi,
I'm trying to execute an external powershell script, that returns the following output in powershell console. I need this same output to be received in VRO. When I run the workflow. Execution is successful, but the output PSRemote object is null. I'm not finding the output in logs too. How do I pass this output to VRO?
Methods tried:
- Taking this entire output as a single array of strings in powershell before returning to VRO.
- Using getResults(),getHostOutput(),getRootObject() methods.
Still I'm not able to parse this output in VRO.
Please help me out with this issue.
Thanks,
Mano