Pass the argument into Start Process to run power shell script

Hi @Nishant_Banka1

There is no specific requirement as such but When I am using Invoke power shell script activity I am getting an error as - Invoke Power Shell: Cannot find type [Microsoft.SharePoint.Client.MoveCopyOptions]: verify that the assembly containing this type is loaded.

The same script is working fine if I run it manually and It is also working fine if I use Invoke Power shell script activity in a separate new process.

Basically whenever I install UipathTeam.SharePoint.Activity package in the same project folder I am getting above mentioned error.

So I thought of run the script using Start Process activity.