We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Append New Column of data every time flow is run

bcirka
6 - Meteoroid

Hey all!

 

Stuck on something and could use your help.  I'm trying to set up a flow, where each time the flow is run, it appends a column of data, based on that current date to a data set.

 

So using the table below.  Imagine I ran it for the first time on 8/1/22.  That column is populated by alteryx (pulling the forecast data from another source).  Then on 9/1, I run the flow again.  It takes the old file as the input file and Alteryx adds a column named "Forecast 9/1/22" and in that column adds the current values for forecast from the data source.

 

Any idea how to make this work?

 

Project NameForecast 8/1/22Forecast 9/1/22Forecast 10/1/22
ABC5510
DEF123
2 REPLIES 2
acarter881
12 - Quasar

Hello, @bcirka. Is this what you're going for (see attached)?

Spoiler
acarter881_2-1666197783326.png

 


 


 

bcirka
6 - Meteoroid

That helped!  Thank you!!!

Labels
Top Solution Authors