CE 18, Powershell Script activity fails to work with arguments: Object reference not set to an instance of an object

Hi,

no matter what I try, I cannot pass arguments to a very simple Powershell script that outputs the argument.

With Type = Script I get: Object reference not set to an instance of an object

With Type = cmdlet I can Test Run the process successfully, but then I cannot pass arguments.

Is there a working example somewhere for CE 18?

Or is this just not working in CE 18?

Best regards,

Michel

Hi,

In CE 18 it is not possible to pass arguments in Power shell. Feature will be enabled in upcoming release

Regards,
Amit Anand

Thanks Amit. I have been able to use Python Script instead and pass arguments.