Hi, I’m very new to Dynamo but have managed to piece together parts of scripts and create my own as my first go at something useful, but after getting this script to run creating dependent views and sheets I cant get it to run in the player. The player doesn’t make the dependent views but the dynamo program runs it fine
Welcome to the community!
When setting up scripts for player, be careful with dropdown selection nodes. They sometimes don’t retain the correct dropdown selection. So in lieu of dropdowns, use try using Code Block Designscript as shown below and utilize direct string inputs where possible. This may not be the only thing that you need to do, as we can’t see your entire graph. If this doesn’t resolve, you will need to show clips of your entire graph and possibly share you script.
Thanks for that. it still returns an error in the player.
Its a bit of a mess but the parent views are floor plans by level, which are named as combined layout. the dependent views link to the floorplan by level which list by index to grab by level. The views are named through a combination of the parent naming listed by index and the scope box names. all dependent views are listed together and all dependent view naming controllers are listed to make the sheet names. the scope box element set parameters feed into the duplicate dependent views. Hopefully that explains it a bit. I also noticed i have dependent views and level as dropdowns that i might try to change as you suggested.