as new member I can’t upload the file, I hope the screenshot will be clear enough.
-I want to create a file excell with all the sheets I need to prepare
-in dynamo I read the file and I managed to work with lists
-I don’t understand how to select multiple views to include in the sheet.
yes, but through the excell file!
I tried with list.create, but no success, it looks very instable, is that the problem (reading excell htrough dynamo to revit) or the way I created the dyn instruction?
As tina said, be sure that your input to the node matches the node.
You can get the desired view by comparing your Excel input with the view name, see picture below.
Note DanEDU node is optional and just to prevent warnings and the use of levels on the IndexOf node.
mmmm unfortunately is not very clear… I mean: is clear what your dyn is supposed to do (and what I see from your screenshot) but as soon as I used in my revit file it doesn’t.
as you can see i got this index -1 that I don’t understand, besides the fact I don’t get how you assign the correct view caetgory to excel name.
ex:
in you revit file you have floorplans/sections/3dviews
2.in you excel you have the name of the view (kitchen / 3d)
how do you select the category floorplans/ 3d views and associate the new name caoming from excel?