Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Duplicate Rows with Different Content

Faisal___28
7 - Meteor

Hello everyone,

 

Im trying to achieve the below. I had seen this before but Im not able to recollect how it was done. 

 

Data

 

Column AColumn B
A1
B2
C3

 

Result To achieve

 

Column AColumn B
A1
A2
A3
B1
B2
B3
C1
C2
C3

 

Your help would be highly appreciated.

 

 

6 REPLIES 6
atcodedog05
22 - Nova
22 - Nova

Hi @Faisal___28 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1641801277669.png

 

Hope this helps : )

 

AkimasaKajitani
17 - Castor
17 - Castor

Hi @Faisal___28 

 

This workflow will work well.

AkimasaKajitani_0-1641801610963.png

 

Faisal___28
7 - Meteor

Hi @atcodedog05 ,

 

Thanks for the solution but im facing another issue as I dont have equal no. of records in both the columns. Column A contains 7000 records and column B 64. Hence im not able to replicate for all the records. Pls help

atcodedog05
22 - Nova
22 - Nova

Hi @Faisal___28 

 

Try this and make sure the Append tool it set to allow all append (refer highlighted). Hoping Blank values are Null.

 

atcodedog05_0-1641802118852.png

 

Hope this helps : )

Faisal___28
7 - Meteor

Hi @atcodedog05,

 

I believe there is a limitation in the number of outputs. I ran the workflow twice with the two sets to achieve my result. Thanks for the help. 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Faisal___28 

Cheers and have a nice day!

Labels
Top Solution Authors