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.
SOLVED

Append single row table to table columns

ChrisMB
7 - Meteor

I try to accomplish the follwing in my Alteryx workflow:

 

Table 1 (multiple rows):

1 | A

2 | B

3 | C

4 | D

5 | E

 

Table 2 (single row):

ABC | DEF

 

These two tables should be combined in the following way:

 

1 | A | ABC | DEF

2 | B | ABC | DEF

3 | C | ABC | DEF

4 | D | ABC | DEF

5 | E | ABC | DEF

 

I tried using a combination of the Join tool and the Multi Row Formula tool, but this does not give the desired outcome. Any tips here?

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus
Use an append fields tool. It will work like magic!
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
ChrisMB
7 - Meteor

I feel really stupid that it was that simple. Works like a charm indeed, thanks!

MarqueeCrew
20 - Arcturus
20 - Arcturus
It seems like there is generally an easy answer. The community is here to help.

Cheers,
Mark
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors