Hello,
I am trying to use the Run Command Tool to move the .bak file from where it lands to an alternative folder due to PoweBI unable to ignore .bak file.
My current error is "Either an Output connection or Input connection is required"
I created a bat file with (changed current name for this question)
move /y "C:\Users\location of file where it populates\*.bak" "C:\Users\where I want the file to move to\Workflow Backup\"
For the run command, I have command as cmd.
Command Arguments, I have /c "C:\Users\where I want the file to move to\Workflow Backup\name of bat file"
Working Directory, I have C:\Users\location of file where it populates\*.bak
I've included screenshots. I have the tool in a container to run at the end of the worfklow. I added a dummy text input file and ended with a Browse tool while I was working through the errors. Any advise?