Parameter not found issues

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

Hi

Have a view on this thread with similar scenario

Also this doc on how to use powershell activity

Let us know if you are facing any issues

Cheers @Gayathri_Mk