Hi,
I have a PowerShell script that takes a weekly excel report and updates a table. I am trying to automate this in Alteryx so that I can push this data into a database but am stuck at the configuration of the RunCommand tool
So far I have set the Output to the database and the Command as the file where the PowerShell script is stored however, I am unsure if that is the correct thing to do. I understand that the Command Arguments requires something in the field aswell
Any help would be much appreciated
Hi @IlliasB22
This is how i have had the Run Command tool setup to run Powershell scripts in the past:
Does that help?