Hi
I am trying to download and upload files using powershell script. Installed pnp sharepoint module by this command:
Install-Module -Name SharePointPnPPowerShellOnline -scope Currentuser
Script is executing correctly in PowerShell ISE . But while using it with Invoke powershell in UiPath, it is not working.
Normal powershell scripts without any module used is working correctly in UiPath. But, this script, using a module is not working. Please help if anyone have any idea how to resolve