Param(
[Parameter(Mandatory=$true)] [string]$FileName
[Parameter(Mandatory=$true)] [int32]$SheetIndex
)
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force;
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force;
set-executionpolicy remotesigned -Scope CurrentUser
I am misssing something in parameter passing I am supplying the parameters but after running getting error parameter not found .
Can anyone suggest me the way how to pass the parameter in power shell script to integrate with uipath