Hello again rushirohit.
Unfortunately, the screenshot from your existing flow is not displayed. I would recommend using a default value for your Input parameter in order to check during Debugging if the Parameter's value is being taken into account in the PowerShell execution.
For example, I have followed the below steps:
1. Create the Input parameter in Designer using a default value

2. Create the Poweshell Action and use the specific Parameter in my Powershell code

3. The Input parameter is used in the execution as it could be observed from the Powershell Output parameter.
