Hello all,
I am a dynamo newbie and this is probably a simple question. I am trying to sort views using the “list.sort” node & still cannot get this to order as you can see in the image below. Any help would be greatly appreciated.
Hello all,
I am a dynamo newbie and this is probably a simple question. I am trying to sort views using the “list.sort” node & still cannot get this to order as you can see in the image below. Any help would be greatly appreciated.
Use SortByKey and Element.Name - that should do it. If in doubt how to use SortByKey, do a search on this forum for that node. Surely something will turn up. List.Sort only works great if you have a list of items that have one obvious attribute for sorting (like numbers and strings).