Alteryx Designer Desktop Discussions

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

Copy and paste - from specific cell to specific cell - without any commonalities

ilovecoding
8 - Asteroid

Hi Team,

 

I'm looking for solution to below. I want to copy and paste the highlighted value in highlighted cell. How can i do it on alteryx?  

 

ilovecoding_0-1678264072665.png

ilovecoding_2-1678264264413.png

 

 

3 REPLIES 3
Yoshiro_Fujimori
15 - Aurora

@ilovecoding , 

Unlike Excel, I do not need to care so much about the cell number.

But when I have to do so, I would add Row number to specify which cell to update, and then "Transpose" to locate the value easily.

 

Say I want to copy the value in [C4] of the input table to [D5] of the output table,

Input

Yoshiro_Fujimori_1-1678266380223.png

Output table before run

Yoshiro_Fujimori_2-1678266411568.png

Yoshiro_Fujimori_0-1678266347319.png

Output table after run

Yoshiro_Fujimori_3-1678266438984.png

 

Does it work for your case?

ilovecoding
8 - Asteroid

Almost there, but what if the cell which i am copying from is going to be the last cell and designer wouldnt know what cell number is that going to be as it may or may not change. 

Yoshiro_Fujimori
15 - Aurora

To add records after the last row, I would use Union tool.

Tool Mastery page below may help.

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Union/ta-p/32872

 

Labels