I have a workflow that i am creating that needs to 1) pivot the original data, 2) set the column orders for pivoted data, and 3) adjust the data types for specific types of data columns. i have been able to do this for the most part, except for the last part where after i update the data types and rejoin the data, the column orders get messed up. I need this workflow to be dynamic since the input data may change depending on what type of data is used for the workflow, so i cannot simply set the columns as i want and call it a day... could i get some advice on how i can achieve this?