Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need to override output data to an existing file

Sameer_Kanade8810
7 - Meteor

Hi All I am gona run a workflow which will give me below Data. I am gonna get this output daily.

PROCESS COUNT
CARDS        1

CARS           2

BUS             3

 

What i need a master file which will be saved in some xyz location like below.

Process  4/22/2025  4/23/2025
Cards       2                    1
Cars         3                    5

Bus          5                    6

 

Once i run the workflow the top table data should be added next to the 04/23/2025 it should look like this.

Process  4/22/2025  4/23/2025  4/24/2025
Cards       2                    1             1
Cars         3                    5             2

Bus          5                    6              3


Is this possible. using alteryx.

 




2 REPLIES 2
abacon
13 - Pulsar

@Sameer_Kanade8810 Here is a workflow that does it. Treat the tools in the container as the original data source that will get run through the workflow everytime. The join should have unknown selected.image.png

abacon
13 - Pulsar

If this worked for you, please mark it as the solution! @Sameer_Kanade8810 

Labels
Top Solution Authors