I have a list of disciplines from a DISCIPLINE parameter assigned to sheets (Call that list DISCIPLINES). I then have another list of possible discipline names (call that list NAMES).
I need to loop through NAMES looking for each name in DISCIPLINES and create a list of elements that match that discipline name and then assign a value to a DISCIPLINE ORDER parameter based on the discipline name’s index from NAMES.
Graphical scripting like Dynamo still confuses me. I never know when a node is going to loop through a list or just look at the entire list. Still learning.
Here’s what I have right now: