Would it be possible to reorder the columns created by column manipulation in Queries? I'm looking to achieve the reordering that can be done with the columns selected from the dataset.
Thanks!
Andrew Teoh [DevOps Member] Selected answer as best
Hi Andrew,
The new columns that are generated after the column manipulation node are included in all nodes that come after it. Adding a select node after the manipulation should allow you to re-order the column.

Andrew Teoh [DevOps Member] Selected answer as best
Hi Wout,
Thank you for guidance. I managed to reorder the columns.