Hello,
I have a run command process that used to run for me which would copy a file from one network file directory to another. This solution recently start failing and I tried to implement the solution listed in the link below, but I can't quite figure it out. I attached my workflow with both the previous solution as well as the new one. If anyone can help me figure out how I can get either one to work, I would super appreciate it.
Solved! Go to Solution.
Here is what I have done.
@Echo OFF
echo F|xcopy "Filename.xlsx" "Filename_%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%%time:~3,2%.xlsx" /Y
Basically, it copying a file from one location to another and adding a date/time stamp.
Save the file as a batch and run it before or after a workflow.
Here is an article that might help with creating batches.
Hope it helps!
Seth
@smoskowitz - thank you. Unfortunately you are running a different version of Alteryx and I cannot open your package. 😞
Regarding your response, are you saying I should adjust my formula? I am still a novice.
What version of Alteryx are you running?
Awesome!!! That worked. Thank you soooooo much.
awesome, thanks so much
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |