We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Using reverse field mapping in a macro.

cmcclellan
14 - Magnetar

With reverse field mapping, is there any way to ensure that the order of the fields coming into the macro and going out of the macro are exactly the same ?

 

At the moment, if my macro changes one field (eg B) and the fields are input in this order: A, B, C the output is A, C, B. 

 

Is there any way to ensure that if the incoming fields are A, B, C then the outgoing fields are also A, B, C ? 

1 REPLY 1
OTrieger
14 - Magnetar

@cmcclellan 

It is hard to tell what is going wrong as nothing is attached. However when I need reverse field mapping in a particular order what I will do is using the RecordID as the headers, so I will use a Dynamic Renaming tool before that the data is going into the macro and then Rename the fields at the end, returning them to the original names. Now if something will go wrong it is very easy to track it and fix it.

Labels
Top Solution Authors