In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

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

How to update data in a input data table from another table based on column match

Parthasarathi
8 - Asteroid

Hi All,

 

How to update data in a input data table from another table based on column match. 

 

Input Data 1:

NameCity
ACity1
BCity2
C 
D 
ECity5

 

Input Data 2:

NameCity
CCity3
DCity4

 

Expected output based on the 'Name' match

NameCity
ACity1
BCity2
CCity3
DCity4
ECity5
2 REPLIES 2
Robin_McIntosh
11 - Bolide

Use a Join then Union the L & J outputs.

Robin_McIntosh_0-1663250039340.pngRobin_McIntosh_1-1663250063889.png

 

grazitti_sapna
17 - Castor

@Parthasarathi , you can achieve this using Join on the basis of Name and then you Union the records by position. Here is the sample workflow.

Sapna Gupta
Labels
Top Solution Authors