Please sort the set of Element.Parameters before Export to Excel.
Example now the export is like: A en B column. Please export as C and D column.
Please sort the set of Element.Parameters before Export to Excel.
Example now the export is like: A en B column. Please export as C and D column.
Just use List.Sort, like so:
You will need to turn your lists into strings through the String from Object node.
See also:
http://dynamoprimer.com/en/04_The-Building-Blocks-of-Programs/4-4_strings.html