Hi,
I was trying to run below query on Alteryx to unzip a file
'Expand-Archive -Path '+"'"+[FileName]+"'"+' -DestinationPath '+"'"+[User.Path]+"\'"
translated to
Expand-Archive -Path 'Networkpath\Zipped\Data.zip' -DestinationPath 'Networkpath\data\'
This works if open Powershell in the path where zip file is located and run the code. But when I try to run with Alteryx with below configuration, its throwing error and just opens Powershell as below. I feel its not pointing to correct folder as when I do the same manually. Could someone help me to fix the configuration?

