Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Create copy of file and read it in , within the same workflow

wonka1234
10 - Fireball

Hi,

 

How can I create a copy of an excel file and read it in the same workflow?

The reason i am doing this is because many folks will have it open and when I run my workflow when Its open - the workflow doesnt run properly.

So I want to create a copy then read that in, all in one workflow.

 

wonka1234_2-1680559147430.png

 

When someone has it open - the results of my workflow are wonky... I need the file not to be opened when i read it in.

 

 

 

 

4 REPLIES 4
Yoshiro_Fujimori
15 - Aurora

@wonka1234 ,

How about making a temporary copy using Run Command tool?

The Example workflow of the tool is a good sample of your case (create a copy of a file).

 

Qiu
21 - Polaris
21 - Polaris

@wonka1234 
I agree with @Yoshiro_Fujimori  and the sample workflow for Run Command Tool is like this.

Capture-Cmd.PNG

wonka1234
10 - Fireball

@Qiu @Yoshiro_Fujimori  will it run in the same workflow as i read in a file? Anyone have example workflows?

Qiu
21 - Polaris
21 - Polaris

@wonka1234 
There is an option "Read Results" in the Run Command Tool,

See the quick sampel flow below.

0405-wonka1234.PNG

Labels
Top Solution Authors