Hi,
I have a windows powershell script. In command prompt, I pass filepath and filename as input parameters at run time and the script runs perfectly fine. File name is called Refresh_File.ps1. Here is the command I run
powershell -file Refresh_File.ps1 -filepath "C:\Users\xxxxx\Documents\Output\ProcessedFile_0420.xlsx"
I want to pass these the highlighted arguments in alteryx at run time by using Run command tool. This process will be promoted to the alteryx server so looking for a solution that will work in alteryx server.
Thanks!
Nikita