Unable to get the value using Add-Workflow Parameter and Get-WorkflowParameter wfa commands.
In one of the command I used
Add-WfaWorkflowParameter -Name "PolicyName" -Value $VserverName+"_ESX" -AddAsReturnParameter $true
And in other command I need this policy name value and I wrote
$ExportPolicy=Get-WfaWorkflowParameter -Name "PolicyName"
But it is unable to get any value.