I am using Automsie 2.0.0.198 I am trying to pass a parameter to my Powershell script, and I am calling the script using the Execute Powershell Script action.
The parameter is a Automise variable and it is being passed into the powershell script without expansion.
I am passing %InputFileName% as the parameter, and my powershell script is receiving this as %InputFileName% instead of the actual filename.
I’m using Automise v.200.1.1.201 and still have the same issue with Powershell not expanding the variable contents, and accepting the actual variable name instead. Ive tried passing the Automise variable both with and without expansion, with no success.