Hello,
I am working with Window Elevations. Each View contains 1x Window.
I want to reorder the Window Views by the Mark of the Window within each View.
I am stuck attempting this with Archilab grimshaw’s node “Elements.ByCategoryAndView” because it doesn’t accept arrays.
I understand that currently my selected Section Views are being exported as a string list… this I will work through once I work out how to select the Windows in all my Window Elevations
What can I do? Dynamo script, snippet of stuck piece and workspace image below.
MarkValueTOViewName.dyn (21.0 KB)

Thank you.
Ok, if I have understood well, this may help:
What version of Dynamo and archilab are you using? Can’t find the node from archilab you mentioned. Also, it should accept lists (if not, set lacing to longest).
Oh, the errors you see is because I haven’t filtered the problematic views.
Thanks for your response.
… Where can I find the Select.ByCategoryAndView node you’ve used?
Cheers
It’s in archilab, the version I have is 2019.2.17
Thanks!
Sorry, I forgot to answer. I’m on dynamo 1.3.3 and an archilab package from 2+ years ago. For some reason it has been resistant to upgrading (keeps deleting all the .dyf file from the server.
… I should probably upgrade to 2.0…
Hahaha, yeap, it looks like it’s time for some upgrade!
Take into account that Dynamo 2 is not backwards compatible, scripts in 2 would probably not work in 1.3, so it may interest you to upgrade only the archilab package.
EDIT: Thanks for helping me. I’ve found a similar package from the MEPover package which does the trick.
It definitely is.
Yes, you’ve reminded me of the reason I’m cautious of it. I will upgrade the archi-lab package…
however I’m missing something in that I still can’t find the node (see below). Is it called something else or am I downloading the wrong package?
(I also looked in the latest 2018 version which seems to have the same nodes)

That’s great!
Well, I don’t think that node is a Custome node, if you peruse the node it doesn’t have the shadows behind it, so I guess it is a Zero touch one, meaning you won’t find it in the dyf folder.

Yes, thanks again 
I had not heard of zero touch nodes before… more reading to do! Thank you