Hi Everyone,
I created a Dynamo graph to generate multiple corridors for several roads.
I already have multiple alignments, profiles, and assemblies prepared.
However, when I run the graph, only ONE corridor is created (for the first road)
What could be the reason for this issue?
Is it related to list structure, lacing, or the corridor creation node?
Any guidance would be appreciated.
Thank you.
Hi Hasan, have encountered something similar before.
Would recommend including a combination of sequence node and code block to help with naming convention of alignment/profiles/corridors as currently your graph is set to look at first item in the list only.
Also be careful with bringing everything from the document in as this can lead to unwanted components and sometimes ‘Select Objects’ can be more beneficial or calling components up by ‘name’
Brief example below for multiple alignment creation sequence naming 
Hope this helps!
*May be able to help further if you could show your lists pinned or include a few watch nodes to see where it is failing.
Thanks