Hi, Simple question I think but I keep ending up at 0
I would like to match a list of pre-created Floor plans (latter all views but lets start with floor plans) to a list of pre-created Sheets. And then place the floor plans on the correct sheet.
I have Scripts that can Create Sheets to specific name, Script to create views with specific name and a script to add views to sheets however joining these together is annoying me. Lists are not logical in my brain…
Ideally with nodes no code but hey beggars cant be choosers.
In the attached I have list of Views and Sheets and the node I’m using to place Views on sheets
How do I match the list of views to sheets and pass them through to the plce.viewsonexistingsheets node.
I have tried list index of and get item at index with a boolmask but I’m lost