Alteryx Designer Desktop Discussions

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

Copying data from one flow chain into another flow chain for processing

KNguyen
7 - Meteor

Hi.

 

I have two flow chains. One input a file and do some data manipulation with. Another contains header data that I used the report header tool to bring in. 

 

How do I copy values from one or more columns in the first chain into a column in the another chain to populate that table so I can further do additional data processing on?

 

KNguyen_0-1648139137271.png

 

11 REPLIES 11
KNguyen
7 - Meteor

Hi...

 

Sorry, was away from the keyboard when I did that. Here is a sample use case. 

 

Excel File #1

Col ACol BCol CCol D
Joe000012320220101California
Smith000045620211001Texas

 

 

Excel File #2 - Template File, Contains only header row. 

NameIDDateZip CodeCityFavorite FoodStatic ValueState

 

End Result

NameIDDateZip codeCityFavorite FoodStatic ValueState
Joe12301/01/2022   PurpleCalifornia
Smith45610/02/2021   PurpleTexas

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @KNguyen 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1648149850138.png

 

Hope this helps : )

 

Labels