Sort a-z set of Element.Parameters before Export to Excel

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:


See also:
http://dynamoprimer.com/en/06_Designing-with-Lists/6-2_working-with-lists.html

Error

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

1 Like

Thank you!