Happy 8th birthday to the Maveryx Community! Take a walk down memory lane in our birthday blog, and don't miss out on the awesome birthday present that all Maveryx Community members get to take advantage of!
Our main navigation will be under construction for the next hour. "Launch Pad" will be moving to "Learn", and the "Introduce Yourself" forum will be moving to a thread in the "General" discussion.

Alteryx Designer Desktop Discussions

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

Output file use as input?

BosKev
8 - Asteroid

Hi,

 

Is there a way to create a automated process to input a output file?

 

I have 1 input file each month I need to append new data to it to keep it up to date. The following month I use the newly appended file as the new input and repeat the process. Then this combined file is used as part of my overall workflow.

 

Currently I have to manually rename the combined file as new input. Is there a way for a workflow to read the current input file, append data, output file. Then the following period read the latest output file , append data, overwrite the current file. Thanks

 

CaptureExample.jpg

 

 

 
1 REPLY 1
nakamott
8 - Asteroid

Yes just add the 'block until done' tool before your output tool


Labels