Hello,
I am using the dynamic rename tool, using the functionality "Take Fields From First Row of Data". In case there is a repited field, Alteryx uses "_2", "_3", etc. in order to avoid repeating names for different columns. Until here everything works fine.
However, in case I update the input with more columns of data, the order of the repated columns ("_2", "_3", "_4", etc.) for the new columns is altered and generated randomly (e.g., "_7", "_2", "_4", etc. instead of "_2", "_3", etc.).
Exploring ways of solving this issue, I have found that if I Clear and then Select All the fields (in the Dynamic Rename configuration), then everything works fine and the order of the columns is generated correctly.
Is this a bug? How can I solve this without having to select and unselect all the fields everytime I want to run the workflow?
Thanks in advanced for your help!