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

How to split records into two

AnandKumar1
8 - Asteroid

Hi,

 

I've around 10 records with ID and its values. Like below=

Input

IDValue
13
24
31
45
56
68
710
822
91
1012

 

is it possible to get the output from above input like this:

Output=

IDValueID2Value
1368
24710
31822
4591
561012
1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @AnandKumar1 I mocked up a workflow that produces the output you describe. Let me know what you think?

Labels
Top Solution Authors