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

Formula or Tool to join two different workflows

geeklarokcmie
8 - Asteroid

What tool or formula should I use to calculate the below two workflows and create a new column? I use Vlookup in Excel - wasn't sure, what needs to be used in Alteryx. Thank you

 

Example below:


Workflow 1:

SummaryTicket#Application
John Doe123Accounting 
Jane Doe456Fund Evaluator 
Jill Doe789Ledger

 

Workflow 2:

BusinessApplication
AnnuityFund Evaluator
FinanceAccounting
FinanceLedger

 

Desired Output:

SummaryTicket#ApplicationBusiness
John Doe123Accounting Finance
Jane Doe456Fund Evaluator Annuity
Jill Doe789LedgerFinance
2 REPLIES 2
cjaneczko
13 - Pulsar

The join tool would be the tool to use. You would join Application from WF1 to Application in WF2. 

nagakavyasri
12 - Quasar

Screenshot 2023-05-19 115757.png

Labels
Top Solution Authors