I have an aggregate with 2 sources, the result list is downloaded in an excel, but we want to change the order of the columns. (An attribute of source 2 has to be in between attributes of source 1)
I have found that the current solution is to map the aggregate to a structure, and the structure to excel. This seems like a lot of work for our simple case.
Couldn't we just make the list of columns editable (drag&drop or ctrl-arrows) in 'Attribute Selection' on the Record List To Excel action?